Shades of Puerto Rico #5AAEA6
Tints of Puerto Rico #5AAEA6
RGB
CMYK
RGB Variations
Color information
#5AAEA6 (or 0x5AAEA6) is known color: Puerto Rico. HEX triplet: 5A, AE and A6. RGB value is (90,174,166). Sum of RGB (Red+Green+Blue) = 90+174+166=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAEA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAEA6 is #A55159. Grayscale: #939393. Windows color (decimal): -10834266 or 10923610. OLE color: 10923610.
HSL color Cylindrical-coordinate representation of color #5AAEA6: hue angle of 174.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAEA6 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 166 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.32 |
| HSL | 174.29º | 0.34% | 0.52% | - |
| HSV(B) | 174.29º | 0.48% | 0.68% | - |
| XYZ | 26.24 | 35.2 | 41.49 | - |
| YUV | 147.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 166 | 0.48 | 0 | 0.05 | 0.32 | 174.29 | 0.34 | 0.52 |
| Hex | 5A | AE | A6 | 30 | 0 | 5 | 20 | AE | 22 | 34 |
| Octal | 132 | 256 | 246 | 60 | 0 | 5 | 40 | 256 | 42 | 64 |
| Binary | 1011010 | 10101110 | 10100110 | 110000 | 0 | 101 | 100000 | 10101110 | 100010 | 110100 |
Color Harmonies of #5AAEA6
Complementary color
Monochromatic Colors of #5AAEA6
Black with #5AAEA6
Text Example
Text Example
White with #5AAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAEA6; }
p { color: rgb(90,174,166); }
H1.HeaderClassName
{
color: #5AAEA6;
}
.AnyTagClassName
{
color: #5AAEA6;
}
</style>
background-color css
<style>
a { background-color: #5AAEA6; }
a { background-color: rgb(90,174,166); }
div.DivClassName
{
background-color: #5AAEA6;
}
.BgClassName
{
background-color: #5AAEA6;
}
</style>
border-color css
<style>
span { border-color: #5AAEA6; }
span { border-color: rgb(90,174,166); }
td.TdClassName
{
border-color: #5AAEA6;
}
.TagClassName
{
border-color: #5AAEA6;
}
</style>