#59BFB1

Color #59BFB1 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #59BFB1

Tints of Puerto Rico #59BFB1

Color information

#59BFB1 (or 0x59BFB1) is unknown color: approx Puerto Rico. HEX triplet: 59, BF and B1. RGB value is (89,191,177). Sum of RGB (Red+Green+Blue) = 89+191+177=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BFB1 is #A6404E. Grayscale: #9E9E9E. Windows color (decimal): -10895439 or 11648857. OLE color: 11648857.

HSL color Cylindrical-coordinate representation of color #59BFB1: hue angle of 171.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BFB1 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB89191177-
CMYK0.5300.070.25
HSL171.76º44.35%54.9%-
HSV(B)171.76º53.4%74.9%-
XYZ30.6942.5648.19-
YUV158.91138.2178.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 19.47%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=19.47%
G=41.79%
B=38.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891911770.5300.070.25171.7644.3554.9
Hex59BFB1350719ac2c37
Octal1312772616507312545467
Binary1011001101111111011000111010101111100110101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BFB1; }

 p { color: rgb(89,191,177); }

 H1.HeaderClassName
 {
   color: #59BFB1;
 }
 .AnyTagClassName
 {
   color: #59BFB1;
 }
</style>
background-color css

<style>
 a { background-color: #59BFB1; }

 a { background-color: rgb(89,191,177); }

 div.DivClassName
 {
   background-color: #59BFB1;
 }
 .BgClassName
 {
   background-color: #59BFB1;
 }
</style>
border-color css

<style>
 span { border-color: #59BFB1; }

 span { border-color: rgb(89,191,177); }

 td.TdClassName
 {
   border-color: #59BFB1;
 }
 .TagClassName
 {
   border-color: #59BFB1;
 }
</style>