#59c2a3

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

Shades of Puerto Rico #59C2A3

Tints of Puerto Rico #59C2A3

Color information

#59C2A3 (or 0x59C2A3) is unknown color: approx Puerto Rico. HEX triplet: 59, C2 and A3. RGB value is (89,194,163). Sum of RGB (Red+Green+Blue) = 89+194+163=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C2A3 is #A63D5C. Grayscale: #9F9F9F. Windows color (decimal): -10894685 or 10732121. OLE color: 10732121.

HSL color Cylindrical-coordinate representation of color #59C2A3: hue angle of 162.29º 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 #59C2A3 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB89194163-
CMYK0.5400.160.24
HSL162.29º46.26%55.49%-
HSV(B)162.29º54.12%76.08%-
XYZ30.0243.3541.44-
YUV159.07130.2178.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=19.96%
G=43.50%
B=36.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891941630.5400.160.24162.2946.2655.49
Hex59C2A33601018a22e37
Octal13130224366020302425667
Binary101100111000010101000111101100100001100010100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59c2a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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