#59c3b0

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

Shades of Puerto Rico #59C3B0

Tints of Puerto Rico #59C3B0

Color information

#59C3B0 (or 0x59C3B0) is unknown color: approx Puerto Rico. HEX triplet: 59, C3 and B0. RGB value is (89,195,176). Sum of RGB (Red+Green+Blue) = 89+195+176=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #59C3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C3B0 is #A63C4F. Grayscale: #A1A1A1. Windows color (decimal): -10894416 or 11584345. OLE color: 11584345.

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

Color convert

RGB89195176-
CMYK0.5400.100.24
HSL169.25º46.9%55.69%-
HSV(B)169.25º54.36%76.47%-
XYZ31.4744.2947.96-
YUV161.14136.3876.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.35%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=19.35%
G=42.39%
B=38.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891951760.5400.100.24169.2546.955.69
Hex59C3B0360A18a92f38
Octal13130326066012302515770
Binary10110011100001110110000110110010101100010101001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59c3b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,195,176); }

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

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

 a { background-color: rgb(89,195,176); }

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

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

 span { border-color: rgb(89,195,176); }

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