Shades of Puerto Rico #5AB6AD
Tints of Puerto Rico #5AB6AD
RGB
CMYK
RGB Variations
Color information
#5AB6AD (or 0x5AB6AD) is known color: Puerto Rico. HEX triplet: 5A, B6 and AD. RGB value is (90,182,173). Sum of RGB (Red+Green+Blue) = 90+182+173=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB6AD is #A54952. Grayscale: #999999. Windows color (decimal): -10832211 or 11384410. OLE color: 11384410.
HSL color Cylindrical-coordinate representation of color #5AB6AD: hue angle of 174.13º 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 #5AB6AD is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 173 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.29 |
| HSL | 174.13º | 0.39% | 0.53% | - |
| HSV(B) | 174.13º | 0.51% | 0.71% | - |
| XYZ | 28.49 | 38.65 | 45.49 | - |
| YUV | 153.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 173 | 0.51 | 0 | 0.05 | 0.29 | 174.13 | 0.39 | 0.53 |
| Hex | 5A | B6 | AD | 33 | 0 | 5 | 1D | AE | 27 | 35 |
| Octal | 132 | 266 | 255 | 63 | 0 | 5 | 35 | 256 | 47 | 65 |
| Binary | 1011010 | 10110110 | 10101101 | 110011 | 0 | 101 | 11101 | 10101110 | 100111 | 110101 |
Color Harmonies of #5AB6AD
Complementary color
Monochromatic Colors of #5AB6AD
Black with #5AB6AD
Text Example
Text Example
White with #5AB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB6AD; }
p { color: rgb(90,182,173); }
H1.HeaderClassName
{
color: #5AB6AD;
}
.AnyTagClassName
{
color: #5AB6AD;
}
</style>
background-color css
<style>
a { background-color: #5AB6AD; }
a { background-color: rgb(90,182,173); }
div.DivClassName
{
background-color: #5AB6AD;
}
.BgClassName
{
background-color: #5AB6AD;
}
</style>
border-color css
<style>
span { border-color: #5AB6AD; }
span { border-color: rgb(90,182,173); }
td.TdClassName
{
border-color: #5AB6AD;
}
.TagClassName
{
border-color: #5AB6AD;
}
</style>