Html Css Color HEX #5ABBAA Puerto Rico

📋 copy color: '#5ABBAA'

red 90 ◦ green 187 ◦ blue 170

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

Shades of Puerto Rico #5ABBAA

Tints of Puerto Rico #5ABBAA

RGB

 RED value IS 90 (35.55% from 255) = 20.13%

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

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 20.13%
G = 41.83%
B = 38.03%

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

#5ABBAA (or 0x5ABBAA) is known color: Puerto Rico. HEX triplet: 5A, BB and AA. RGB value is (90,187,170). Sum of RGB (Red+Green+Blue) = 90+187+170=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBAA is #A54455. Grayscale: #9C9C9C. Windows color (decimal): -10830934 or 11189082. OLE color: 11189082.

HSL color Cylindrical-coordinate representation of color #5ABBAA: hue angle of 169.48º 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 #5ABBAA is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 187 170 -
CMYK 0.52 0 0.09 0.27
HSL 169.48º 0.42% 0.54% -
HSV(B) 169.48º 0.52% 0.73% -
XYZ 29.24 40.62 44.33 -
YUV 156.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 90 187 170 0.52 0 0.09 0.27 169.48 0.42 0.54
Hex 5A BB AA 34 0 9 1B A9 2A 36
Octal 132 273 252 64 0 11 33 251 52 66
Binary 1011010 10111011 10101010 110100 0 1001 11011 10101001 101010 110110

Color Harmonies of #5ABBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBAA

Black with #5ABBAA

Text Example


Text Example

White with #5ABBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABBAA; }

 p { color: rgb(90,187,170); }

 H1.HeaderClassName
 {
   color: #5ABBAA;
 }
 .AnyTagClassName
 {
   color: #5ABBAA;
 }
</style>

background-color css

<style>
 a { background-color: #5ABBAA; }

 a { background-color: rgb(90,187,170); }

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

border-color css

<style>
 span { border-color: #5ABBAA; }

 span { border-color: rgb(90,187,170); }

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