Html Css Color HEX #59B6A0 Puerto Rico

📋 copy color: '#59B6A0'

red 89 ◦ green 182 ◦ blue 160

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

Shades of Puerto Rico #59B6A0

Tints of Puerto Rico #59B6A0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.23%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 20.65%
G = 42.23%
B = 37.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#59B6A0 (or 0x59B6A0) is known color: Puerto Rico. HEX triplet: 59, B6 and A0. RGB value is (89,182,160). Sum of RGB (Red+Green+Blue) = 89+182+160=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #59B6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B6A0 is #A6495F. Grayscale: #979797. Windows color (decimal): -10897760 or 10532441. OLE color: 10532441.

HSL color Cylindrical-coordinate representation of color #59B6A0: hue angle of 165.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B6A0 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 182 160 -
CMYK 0.51 0 0.12 0.29
HSL 165.81º 0.39% 0.53% -
HSV(B) 165.81º 0.51% 0.71% -
XYZ 27.19 38.12 39.18 -
YUV 151.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 89 182 160 0.51 0 0.12 0.29 165.81 0.39 0.53
Hex 59 B6 A0 33 0 C 1D A6 27 35
Octal 131 266 240 63 0 14 35 246 47 65
Binary 1011001 10110110 10100000 110011 0 1100 11101 10100110 100111 110101

Color Harmonies of #59B6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B6A0

Black with #59B6A0

Text Example


Text Example

White with #59B6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,182,160); }

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

background-color css

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

 a { background-color: rgb(89,182,160); }

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

border-color css

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

 span { border-color: rgb(89,182,160); }

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