#59C2B3

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

Shades of Puerto Rico #59C2B3

Tints of Puerto Rico #59C2B3

Color information

#59C2B3 (or 0x59C2B3) is unknown color: approx Puerto Rico. HEX triplet: 59, C2 and B3. RGB value is (89,194,179). Sum of RGB (Red+Green+Blue) = 89+194+179=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2B3 is #A63D4C. Grayscale: #A0A0A0. Windows color (decimal): -10894669 or 11780697. OLE color: 11780697.

HSL color Cylindrical-coordinate representation of color #59C2B3: hue angle of 171.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C2B3 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB89194179-
CMYK0.5400.080.24
HSL171.43º46.26%55.49%-
HSV(B)171.43º54.12%76.08%-
XYZ31.5543.9649.47-
YUV160.9138.2176.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.26%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 179 (70.31% from 255) = 38.74%
R=19.26%
G=41.99%
B=38.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891941790.5400.080.24171.4346.2655.49
Hex59C2B3360818ab2e37
Octal13130226366010302535667
Binary10110011100001010110011110110010001100010101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,194,179); }

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

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

 a { background-color: rgb(89,194,179); }

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

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

 span { border-color: rgb(89,194,179); }

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