Shades of Puerto Rico #5ABDAD
Tints of Puerto Rico #5ABDAD
RGB
CMYK
RGB Variations
Color information
#5ABDAD (or 0x5ABDAD) is known color: Puerto Rico. HEX triplet: 5A, BD and AD. RGB value is (90,189,173). Sum of RGB (Red+Green+Blue) = 90+189+173=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABDAD is #A54252. Grayscale: #9D9D9D. Windows color (decimal): -10830419 or 11386202. OLE color: 11386202.
HSL color Cylindrical-coordinate representation of color #5ABDAD: hue angle of 170.3º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABDAD is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 173 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.26 |
| HSL | 170.3º | 0.43% | 0.55% | - |
| HSV(B) | 170.3º | 0.52% | 0.74% | - |
| XYZ | 29.96 | 41.59 | 45.98 | - |
| YUV | 157.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 173 | 0.52 | 0 | 0.08 | 0.26 | 170.3 | 0.43 | 0.55 |
| Hex | 5A | BD | AD | 34 | 0 | 8 | 1A | AA | 2B | 37 |
| Octal | 132 | 275 | 255 | 64 | 0 | 10 | 32 | 252 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10101101 | 110100 | 0 | 1000 | 11010 | 10101010 | 101011 | 110111 |
Color Harmonies of #5ABDAD
Complementary color
Monochromatic Colors of #5ABDAD
Black with #5ABDAD
Text Example
Text Example
White with #5ABDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDAD; }
p { color: rgb(90,189,173); }
H1.HeaderClassName
{
color: #5ABDAD;
}
.AnyTagClassName
{
color: #5ABDAD;
}
</style>
background-color css
<style>
a { background-color: #5ABDAD; }
a { background-color: rgb(90,189,173); }
div.DivClassName
{
background-color: #5ABDAD;
}
.BgClassName
{
background-color: #5ABDAD;
}
</style>
border-color css
<style>
span { border-color: #5ABDAD; }
span { border-color: rgb(90,189,173); }
td.TdClassName
{
border-color: #5ABDAD;
}
.TagClassName
{
border-color: #5ABDAD;
}
</style>