Shades of Puerto Rico #5DB7AA
Tints of Puerto Rico #5DB7AA
RGB
CMYK
RGB Variations
Color information
#5DB7AA (or 0x5DB7AA) is known color: Puerto Rico. HEX triplet: 5D, B7 and AA. RGB value is (93,183,170). Sum of RGB (Red+Green+Blue) = 93+183+170=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB7AA is #A24855. Grayscale: #9A9A9A. Windows color (decimal): -10635350 or 11188061. OLE color: 11188061.
HSL color Cylindrical-coordinate representation of color #5DB7AA: hue angle of 171.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB7AA is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 170 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.28 |
| HSL | 171.33º | 0.38% | 0.54% | - |
| HSV(B) | 171.33º | 0.49% | 0.72% | - |
| XYZ | 28.7 | 39.1 | 44.06 | - |
| YUV | 154.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 170 | 0.49 | 0 | 0.07 | 0.28 | 171.33 | 0.38 | 0.54 |
| Hex | 5D | B7 | AA | 31 | 0 | 7 | 1C | AB | 26 | 36 |
| Octal | 135 | 267 | 252 | 61 | 0 | 7 | 34 | 253 | 46 | 66 |
| Binary | 1011101 | 10110111 | 10101010 | 110001 | 0 | 111 | 11100 | 10101011 | 100110 | 110110 |
Color Harmonies of #5DB7AA
Complementary color
Monochromatic Colors of #5DB7AA
Black with #5DB7AA
Text Example
Text Example
White with #5DB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB7AA; }
p { color: rgb(93,183,170); }
H1.HeaderClassName
{
color: #5DB7AA;
}
.AnyTagClassName
{
color: #5DB7AA;
}
</style>
background-color css
<style>
a { background-color: #5DB7AA; }
a { background-color: rgb(93,183,170); }
div.DivClassName
{
background-color: #5DB7AA;
}
.BgClassName
{
background-color: #5DB7AA;
}
</style>
border-color css
<style>
span { border-color: #5DB7AA; }
span { border-color: rgb(93,183,170); }
td.TdClassName
{
border-color: #5DB7AA;
}
.TagClassName
{
border-color: #5DB7AA;
}
</style>