#5ABAAA

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

Shades of Puerto Rico #5ABAAA

Tints of Puerto Rico #5ABAAA

Color information

#5ABAAA (or 0x5ABAAA) is unknown color: approx Puerto Rico. HEX triplet: 5A, BA and AA. RGB value is (90,186,170). Sum of RGB (Red+Green+Blue) = 90+186+170=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABAAA is #A54555. Grayscale: #9B9B9B. Windows color (decimal): -10831190 or 11188826. OLE color: 11188826.

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

Color convert

RGB90186170-
CMYK0.5200.090.27
HSL170º41.03%54.12%-
HSV(B)170º51.61%72.94%-
XYZ29.0340.1944.26-
YUV155.47136.281.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.18%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=20.18%
G=41.70%
B=38.12%

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
Decimal901861700.5200.090.2717041.0354.12
Hex5ABAAA34091Baa2936
Octal13227225264011332525166
Binary10110101011101010101010110100010011101110101010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ABAAA;
 }
 .AnyTagClassName
 {
   color: #5ABAAA;
 }
</style>
background-color css

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

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

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

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

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

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