Html Css Color HEX #59BCAB Puerto Rico

📋 copy color: '#59BCAB'

red 89 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #59BCAB

Tints of Puerto Rico #59BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

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

R = 19.87%
G = 41.96%
B = 38.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#59BCAB (or 0x59BCAB) is known color: Puerto Rico. HEX triplet: 59, BC and AB. RGB value is (89,188,171). Sum of RGB (Red+Green+Blue) = 89+188+171=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCAB is #A64354. Grayscale: #9C9C9C. Windows color (decimal): -10896213 or 11254873. OLE color: 11254873.

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

Color convert

RGB 89 188 171 -
CMYK 0.53 0 0.09 0.26
HSL 169.7º 0.42% 0.54% -
HSV(B) 169.7º 0.53% 0.74% -
XYZ 29.45 41.03 44.9 -
YUV 156.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 89 188 171 0.53 0 0.09 0.26 169.7 0.42 0.54
Hex 59 BC AB 35 0 9 1A AA 2A 36
Octal 131 274 253 65 0 11 32 252 52 66
Binary 1011001 10111100 10101011 110101 0 1001 11010 10101010 101010 110110

Color Harmonies of #59BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCAB

Black with #59BCAB

Text Example


Text Example

White with #59BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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