Shades of Puerto Rico #5ABDAE
Tints of Puerto Rico #5ABDAE
RGB
CMYK
RGB Variations
Color information
#5ABDAE (or 0x5ABDAE) is known color: Puerto Rico. HEX triplet: 5A, BD and AE. RGB value is (90,189,174). Sum of RGB (Red+Green+Blue) = 90+189+174=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABDAE is #A54251. Grayscale: #9D9D9D. Windows color (decimal): -10830418 or 11451738. OLE color: 11451738.
HSL color Cylindrical-coordinate representation of color #5ABDAE: hue angle of 170.91º 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 #5ABDAE is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 174 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.26 |
| HSL | 170.91º | 0.43% | 0.55% | - |
| HSV(B) | 170.91º | 0.52% | 0.74% | - |
| XYZ | 30.05 | 41.62 | 46.49 | - |
| YUV | 157.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 174 | 0.52 | 0 | 0.08 | 0.26 | 170.91 | 0.43 | 0.55 |
| Hex | 5A | BD | AE | 34 | 0 | 8 | 1A | AB | 2B | 37 |
| Octal | 132 | 275 | 256 | 64 | 0 | 10 | 32 | 253 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10101110 | 110100 | 0 | 1000 | 11010 | 10101011 | 101011 | 110111 |
Color Harmonies of #5ABDAE
Complementary color
Monochromatic Colors of #5ABDAE
Black with #5ABDAE
Text Example
Text Example
White with #5ABDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDAE; }
p { color: rgb(90,189,174); }
H1.HeaderClassName
{
color: #5ABDAE;
}
.AnyTagClassName
{
color: #5ABDAE;
}
</style>
background-color css
<style>
a { background-color: #5ABDAE; }
a { background-color: rgb(90,189,174); }
div.DivClassName
{
background-color: #5ABDAE;
}
.BgClassName
{
background-color: #5ABDAE;
}
</style>
border-color css
<style>
span { border-color: #5ABDAE; }
span { border-color: rgb(90,189,174); }
td.TdClassName
{
border-color: #5ABDAE;
}
.TagClassName
{
border-color: #5ABDAE;
}
</style>