#5AB5A6

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

Shades of Puerto Rico #5AB5A6

Tints of Puerto Rico #5AB5A6

Color information

#5AB5A6 (or 0x5AB5A6) is unknown color: approx Puerto Rico. HEX triplet: 5A, B5 and A6. RGB value is (90,181,166). Sum of RGB (Red+Green+Blue) = 90+181+166=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB5A6 is #A54A59. Grayscale: #989898. Windows color (decimal): -10832474 or 10925402. OLE color: 10925402.

HSL color Cylindrical-coordinate representation of color #5AB5A6: hue angle of 170.11º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB5A6 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB90181166-
CMYK0.5000.080.29
HSL170.11º38.08%53.14%-
HSV(B)170.11º50.28%70.98%-
XYZ27.6237.9741.95-
YUV152.08135.8583.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.59%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=20.59%
G=41.42%
B=37.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901811660.5000.080.29170.1138.0853.14
Hex5AB5A632081Daa2635
Octal13226524662010352524665
Binary10110101011010110100110110010010001110110101010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,181,166); }

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

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

 a { background-color: rgb(90,181,166); }

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

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

 span { border-color: rgb(90,181,166); }

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