#5ABBAA

Color #5ABBAA Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5ABBAA

Tints of Puerto Rico #5ABBAA

Color information

#5ABBAA (or 0x5ABBAA) is unknown color: approx 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

RGB90187170-
CMYK0.5200.090.27
HSL169.48º41.63%54.31%-
HSV(B)169.48º51.87%73.33%-
XYZ29.2440.6244.33-
YUV156.06135.8680.88-

RGB Variations

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

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.80% from 255) = 38.03%
R=20.13%
G=41.83%
B=38.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901871700.5200.090.27169.4841.6354.31
Hex5ABBAA34091Ba92a36
Octal13227325264011332515266
Binary10110101011101110101010110100010011101110101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>