Shades of Puerto Rico #5DB2AA
Tints of Puerto Rico #5DB2AA
RGB
CMYK
RGB Variations
Color information
#5DB2AA (or 0x5DB2AA) is known color: Puerto Rico. HEX triplet: 5D, B2 and AA. RGB value is (93,178,170). Sum of RGB (Red+Green+Blue) = 93+178+170=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB2AA is #A24D55. Grayscale: #979797. Windows color (decimal): -10636630 or 11186781. OLE color: 11186781.
HSL color Cylindrical-coordinate representation of color #5DB2AA: hue angle of 174.35º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB2AA is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 170 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.30 |
| HSL | 174.35º | 0.36% | 0.53% | - |
| HSV(B) | 174.35º | 0.48% | 0.7% | - |
| XYZ | 27.69 | 37.07 | 43.73 | - |
| YUV | 151.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 170 | 0.48 | 0 | 0.04 | 0.30 | 174.35 | 0.36 | 0.53 |
| Hex | 5D | B2 | AA | 30 | 0 | 4 | 1E | AE | 24 | 35 |
| Octal | 135 | 262 | 252 | 60 | 0 | 4 | 36 | 256 | 44 | 65 |
| Binary | 1011101 | 10110010 | 10101010 | 110000 | 0 | 100 | 11110 | 10101110 | 100100 | 110101 |
Color Harmonies of #5DB2AA
Complementary color
Monochromatic Colors of #5DB2AA
Black with #5DB2AA
Text Example
Text Example
White with #5DB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2AA; }
p { color: rgb(93,178,170); }
H1.HeaderClassName
{
color: #5DB2AA;
}
.AnyTagClassName
{
color: #5DB2AA;
}
</style>
background-color css
<style>
a { background-color: #5DB2AA; }
a { background-color: rgb(93,178,170); }
div.DivClassName
{
background-color: #5DB2AA;
}
.BgClassName
{
background-color: #5DB2AA;
}
</style>
border-color css
<style>
span { border-color: #5DB2AA; }
span { border-color: rgb(93,178,170); }
td.TdClassName
{
border-color: #5DB2AA;
}
.TagClassName
{
border-color: #5DB2AA;
}
</style>