Html Css Color HEX #59BDA9 Puerto Rico

📋 copy color: '#59BDA9'

red 89 ◦ green 189 ◦ blue 169

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

Shades of Puerto Rico #59BDA9

Tints of Puerto Rico #59BDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.28%

 BLUE value IS 169 (66.41% from 255) = 37.81%

R = 19.91%
G = 42.28%
B = 37.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#59BDA9 (or 0x59BDA9) is known color: Puerto Rico. HEX triplet: 59, BD and A9. RGB value is (89,189,169). Sum of RGB (Red+Green+Blue) = 89+189+169=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDA9 is #A64256. Grayscale: #9C9C9C. Windows color (decimal): -10895959 or 11124057. OLE color: 11124057.

HSL color Cylindrical-coordinate representation of color #59BDA9: hue angle of 168º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BDA9 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 189 169 -
CMYK 0.53 0 0.11 0.26
HSL 168º 0.43% 0.55% -
HSV(B) 168º 0.53% 0.74% -
XYZ 29.48 41.38 43.97 -
YUV 156.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 89 189 169 0.53 0 0.11 0.26 168 0.43 0.55
Hex 59 BD A9 35 0 B 1A A8 2B 37
Octal 131 275 251 65 0 13 32 250 53 67
Binary 1011001 10111101 10101001 110101 0 1011 11010 10101000 101011 110111

Color Harmonies of #59BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDA9

Black with #59BDA9

Text Example


Text Example

White with #59BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,189,169); }

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

background-color css

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

 a { background-color: rgb(89,189,169); }

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

border-color css

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

 span { border-color: rgb(89,189,169); }

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