#59C1B1

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

Shades of Puerto Rico #59C1B1

Tints of Puerto Rico #59C1B1

Color information

#59C1B1 (or 0x59C1B1) is unknown color: approx Puerto Rico. HEX triplet: 59, C1 and B1. RGB value is (89,193,177). Sum of RGB (Red+Green+Blue) = 89+193+177=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #59C1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C1B1 is #A63E4E. Grayscale: #A0A0A0. Windows color (decimal): -10894927 or 11649369. OLE color: 11649369.

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

Color convert

RGB89193177-
CMYK0.5400.080.24
HSL170.77º45.61%55.29%-
HSV(B)170.77º53.89%75.69%-
XYZ31.1343.4448.34-
YUV160.08137.5477.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.39%
GREEN value IS 193 (75.78% from 255) = 42.05%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=19.39%
G=42.05%
B=38.56%

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
Decimal891931770.5400.080.24170.7745.6155.29
Hex59C1B1360818ab2e37
Octal13130126166010302535667
Binary10110011100000110110001110110010001100010101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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