Html Css Color HEX #59C0AC Puerto Rico

📋 copy color: '#59C0AC'

red 89 ◦ green 192 ◦ blue 172

#59C0AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #59C0AC

Tints of Puerto Rico #59C0AC

RGB

 RED value IS 89 (35.16% from 255) = 19.65%

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 19.65%
G = 42.38%
B = 37.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#59C0AC (or 0x59C0AC) is known color: Puerto Rico. HEX triplet: 59, C0 and AC. RGB value is (89,192,172). Sum of RGB (Red+Green+Blue) = 89+192+172=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #59C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C0AC is #A63F53. Grayscale: #9E9E9E. Windows color (decimal): -10895188 or 11321433. OLE color: 11321433.

HSL color Cylindrical-coordinate representation of color #59C0AC: hue angle of 168.35º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C0AC is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 192 172 -
CMYK 0.54 0 0.10 0.25
HSL 168.35º 0.45% 0.55% -
HSV(B) 168.35º 0.54% 0.75% -
XYZ 30.42 42.8 45.69 -
YUV 158.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 89 192 172 0.54 0 0.10 0.25 168.35 0.45 0.55
Hex 59 C0 AC 36 0 A 19 A8 2D 37
Octal 131 300 254 66 0 12 31 250 55 67
Binary 1011001 11000000 10101100 110110 0 1010 11001 10101000 101101 110111

Color Harmonies of #59C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C0AC

Black with #59C0AC

Text Example


Text Example

White with #59C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,192,172); }

 H1.HeaderClassName
 {
   color: #59C0AC;
 }
 .AnyTagClassName
 {
   color: #59C0AC;
 }
</style>

background-color css

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

 a { background-color: rgb(89,192,172); }

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

border-color css

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

 span { border-color: rgb(89,192,172); }

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