Html Css Color HEX #59BDAB Puerto Rico

📋 copy color: '#59BDAB'

red 89 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #59BDAB

Tints of Puerto Rico #59BDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 19.82%
G = 42.09%
B = 38.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#59BDAB (or 0x59BDAB) is known color: Puerto Rico. HEX triplet: 59, BD and AB. RGB value is (89,189,171). Sum of RGB (Red+Green+Blue) = 89+189+171=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDAB is #A64254. Grayscale: #9D9D9D. Windows color (decimal): -10895957 or 11255129. OLE color: 11255129.

HSL color Cylindrical-coordinate representation of color #59BDAB: hue angle of 169.2º 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 #59BDAB is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 189 171 -
CMYK 0.53 0 0.10 0.26
HSL 169.2º 0.43% 0.55% -
HSV(B) 169.2º 0.53% 0.74% -
XYZ 29.67 41.46 44.97 -
YUV 157.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 89 189 171 0.53 0 0.10 0.26 169.2 0.43 0.55
Hex 59 BD AB 35 0 A 1A A9 2B 37
Octal 131 275 253 65 0 12 32 251 53 67
Binary 1011001 10111101 10101011 110101 0 1010 11010 10101001 101011 110111

Color Harmonies of #59BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDAB

Black with #59BDAB

Text Example


Text Example

White with #59BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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