Shades of Puerto Rico #5AB8A6
Tints of Puerto Rico #5AB8A6
RGB
CMYK
RGB Variations
Color information
#5AB8A6 (or 0x5AB8A6) is known color: Puerto Rico. HEX triplet: 5A, B8 and A6. RGB value is (90,184,166). Sum of RGB (Red+Green+Blue) = 90+184+166=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB8A6 is #A54759. Grayscale: #999999. Windows color (decimal): -10831706 or 10926170. OLE color: 10926170.
HSL color Cylindrical-coordinate representation of color #5AB8A6: hue angle of 168.51º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB8A6 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 166 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.28 |
| HSL | 168.51º | 0.4% | 0.54% | - |
| HSV(B) | 168.51º | 0.51% | 0.72% | - |
| XYZ | 28.24 | 39.21 | 42.16 | - |
| YUV | 153.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 166 | 0.51 | 0 | 0.10 | 0.28 | 168.51 | 0.4 | 0.54 |
| Hex | 5A | B8 | A6 | 33 | 0 | A | 1C | A9 | 28 | 36 |
| Octal | 132 | 270 | 246 | 63 | 0 | 12 | 34 | 251 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10100110 | 110011 | 0 | 1010 | 11100 | 10101001 | 101000 | 110110 |
Color Harmonies of #5AB8A6
Complementary color
Monochromatic Colors of #5AB8A6
Black with #5AB8A6
Text Example
Text Example
White with #5AB8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB8A6; }
p { color: rgb(90,184,166); }
H1.HeaderClassName
{
color: #5AB8A6;
}
.AnyTagClassName
{
color: #5AB8A6;
}
</style>
background-color css
<style>
a { background-color: #5AB8A6; }
a { background-color: rgb(90,184,166); }
div.DivClassName
{
background-color: #5AB8A6;
}
.BgClassName
{
background-color: #5AB8A6;
}
</style>
border-color css
<style>
span { border-color: #5AB8A6; }
span { border-color: rgb(90,184,166); }
td.TdClassName
{
border-color: #5AB8A6;
}
.TagClassName
{
border-color: #5AB8A6;
}
</style>