Html Css Color HEX #59BBAB Puerto Rico

📋 copy color: '#59BBAB'

red 89 ◦ green 187 ◦ blue 171

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

Shades of Puerto Rico #59BBAB

Tints of Puerto Rico #59BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

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

R = 19.91%
G = 41.83%
B = 38.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#59BBAB (or 0x59BBAB) is known color: Puerto Rico. HEX triplet: 59, BB and AB. RGB value is (89,187,171). Sum of RGB (Red+Green+Blue) = 89+187+171=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BBAB is #A64454. Grayscale: #9B9B9B. Windows color (decimal): -10896469 or 11254617. OLE color: 11254617.

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

Color convert

RGB 89 187 171 -
CMYK 0.52 0 0.09 0.27
HSL 170.2º 0.42% 0.54% -
HSV(B) 170.2º 0.52% 0.73% -
XYZ 29.24 40.6 44.82 -
YUV 155.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 89 187 171 0.52 0 0.09 0.27 170.2 0.42 0.54
Hex 59 BB AB 34 0 9 1B AA 2A 36
Octal 131 273 253 64 0 11 33 252 52 66
Binary 1011001 10111011 10101011 110100 0 1001 11011 10101010 101010 110110

Color Harmonies of #59BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBAB

Black with #59BBAB

Text Example


Text Example

White with #59BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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