#59BCB4

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

Shades of Puerto Rico #59BCB4

Tints of Puerto Rico #59BCB4

Color information

#59BCB4 (or 0x59BCB4) is unknown color: approx Puerto Rico. HEX triplet: 59, BC and B4. RGB value is (89,188,180). Sum of RGB (Red+Green+Blue) = 89+188+180=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCB4 is #A6434B. Grayscale: #9D9D9D. Windows color (decimal): -10896204 or 11844697. OLE color: 11844697.

HSL color Cylindrical-coordinate representation of color #59BCB4: hue angle of 175.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BCB4 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB89188180-
CMYK0.5300.040.26
HSL175.15º42.49%54.31%-
HSV(B)175.15º52.66%73.73%-
XYZ30.3441.3949.57-
YUV157.49140.779.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.47%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=19.47%
G=41.14%
B=39.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891881800.5300.040.26175.1542.4954.31
Hex59BCB435041Aaf2a36
Octal1312742646504322575266
Binary1011001101111001011010011010101001101010101111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,188,180); }

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

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

 a { background-color: rgb(89,188,180); }

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

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

 span { border-color: rgb(89,188,180); }

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