Shades of Puerto Rico #5ABDA4
Tints of Puerto Rico #5ABDA4
RGB
CMYK
RGB Variations
Color information
#5ABDA4 (or 0x5ABDA4) is known color: Puerto Rico. HEX triplet: 5A, BD and A4. RGB value is (90,189,164). Sum of RGB (Red+Green+Blue) = 90+189+164=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABDA4 is #A5425B. Grayscale: #9C9C9C. Windows color (decimal): -10830428 or 10796378. OLE color: 10796378.
HSL color Cylindrical-coordinate representation of color #5ABDA4: hue angle of 164.85º 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 #5ABDA4 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 164 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.26 |
| HSL | 164.85º | 0.43% | 0.55% | - |
| HSV(B) | 164.85º | 0.52% | 0.74% | - |
| XYZ | 29.11 | 41.25 | 41.55 | - |
| YUV | 156.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 164 | 0.52 | 0 | 0.13 | 0.26 | 164.85 | 0.43 | 0.55 |
| Hex | 5A | BD | A4 | 34 | 0 | D | 1A | A5 | 2B | 37 |
| Octal | 132 | 275 | 244 | 64 | 0 | 15 | 32 | 245 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10100100 | 110100 | 0 | 1101 | 11010 | 10100101 | 101011 | 110111 |
Color Harmonies of #5ABDA4
Complementary color
Monochromatic Colors of #5ABDA4
Black with #5ABDA4
Text Example
Text Example
White with #5ABDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDA4; }
p { color: rgb(90,189,164); }
H1.HeaderClassName
{
color: #5ABDA4;
}
.AnyTagClassName
{
color: #5ABDA4;
}
</style>
background-color css
<style>
a { background-color: #5ABDA4; }
a { background-color: rgb(90,189,164); }
div.DivClassName
{
background-color: #5ABDA4;
}
.BgClassName
{
background-color: #5ABDA4;
}
</style>
border-color css
<style>
span { border-color: #5ABDA4; }
span { border-color: rgb(90,189,164); }
td.TdClassName
{
border-color: #5ABDA4;
}
.TagClassName
{
border-color: #5ABDA4;
}
</style>