Shades of Puerto Rico #5AB6A1
Tints of Puerto Rico #5AB6A1
RGB
CMYK
RGB Variations
Color information
#5AB6A1 (or 0x5AB6A1) is known color: Puerto Rico. HEX triplet: 5A, B6 and A1. RGB value is (90,182,161). Sum of RGB (Red+Green+Blue) = 90+182+161=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB6A1 is #A5495E. Grayscale: #989898. Windows color (decimal): -10832223 or 10597978. OLE color: 10597978.
HSL color Cylindrical-coordinate representation of color #5AB6A1: hue angle of 166.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB6A1 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 161 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.29 |
| HSL | 166.3º | 0.39% | 0.53% | - |
| HSV(B) | 166.3º | 0.51% | 0.71% | - |
| XYZ | 27.38 | 38.2 | 39.65 | - |
| YUV | 152.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 161 | 0.51 | 0 | 0.12 | 0.29 | 166.3 | 0.39 | 0.53 |
| Hex | 5A | B6 | A1 | 33 | 0 | C | 1D | A6 | 27 | 35 |
| Octal | 132 | 266 | 241 | 63 | 0 | 14 | 35 | 246 | 47 | 65 |
| Binary | 1011010 | 10110110 | 10100001 | 110011 | 0 | 1100 | 11101 | 10100110 | 100111 | 110101 |
Color Harmonies of #5AB6A1
Complementary color
Monochromatic Colors of #5AB6A1
Black with #5AB6A1
Text Example
Text Example
White with #5AB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB6A1; }
p { color: rgb(90,182,161); }
H1.HeaderClassName
{
color: #5AB6A1;
}
.AnyTagClassName
{
color: #5AB6A1;
}
</style>
background-color css
<style>
a { background-color: #5AB6A1; }
a { background-color: rgb(90,182,161); }
div.DivClassName
{
background-color: #5AB6A1;
}
.BgClassName
{
background-color: #5AB6A1;
}
</style>
border-color css
<style>
span { border-color: #5AB6A1; }
span { border-color: rgb(90,182,161); }
td.TdClassName
{
border-color: #5AB6A1;
}
.TagClassName
{
border-color: #5AB6A1;
}
</style>