Html Css Color HEX #59C0AF Puerto Rico

📋 copy color: '#59C0AF'

red 89 ◦ green 192 ◦ blue 175

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

Shades of Puerto Rico #59C0AF

Tints of Puerto Rico #59C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 19.52%
G = 42.11%
B = 38.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#59C0AF (or 0x59C0AF) is known color: Puerto Rico. HEX triplet: 59, C0 and AF. RGB value is (89,192,175). Sum of RGB (Red+Green+Blue) = 89+192+175=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #59C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C0AF is #A63F50. Grayscale: #9F9F9F. Windows color (decimal): -10895185 or 11518041. OLE color: 11518041.

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

Color convert

RGB 89 192 175 -
CMYK 0.54 0 0.09 0.25
HSL 170.1º 0.45% 0.55% -
HSV(B) 170.1º 0.54% 0.75% -
XYZ 30.71 42.92 47.22 -
YUV 159.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 89 192 175 0.54 0 0.09 0.25 170.1 0.45 0.55
Hex 59 C0 AF 36 0 9 19 AA 2D 37
Octal 131 300 257 66 0 11 31 252 55 67
Binary 1011001 11000000 10101111 110110 0 1001 11001 10101010 101101 110111

Color Harmonies of #59C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C0AF

Black with #59C0AF

Text Example


Text Example

White with #59C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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