Shades of Puerto Rico #5DB3A8
Tints of Puerto Rico #5DB3A8
RGB
CMYK
RGB Variations
Color information
#5DB3A8 (or 0x5DB3A8) is known color: Puerto Rico. HEX triplet: 5D, B3 and A8. RGB value is (93,179,168). Sum of RGB (Red+Green+Blue) = 93+179+168=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB3A8 is #A24C57. Grayscale: #979797. Windows color (decimal): -10636376 or 11055965. OLE color: 11055965.
HSL color Cylindrical-coordinate representation of color #5DB3A8: hue angle of 172.33º 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 #5DB3A8 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 168 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.30 |
| HSL | 172.33º | 0.36% | 0.53% | - |
| HSV(B) | 172.33º | 0.48% | 0.7% | - |
| XYZ | 27.7 | 37.39 | 42.8 | - |
| YUV | 152.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 168 | 0.48 | 0 | 0.06 | 0.30 | 172.33 | 0.36 | 0.53 |
| Hex | 5D | B3 | A8 | 30 | 0 | 6 | 1E | AC | 24 | 35 |
| Octal | 135 | 263 | 250 | 60 | 0 | 6 | 36 | 254 | 44 | 65 |
| Binary | 1011101 | 10110011 | 10101000 | 110000 | 0 | 110 | 11110 | 10101100 | 100100 | 110101 |
Color Harmonies of #5DB3A8
Complementary color
Monochromatic Colors of #5DB3A8
Black with #5DB3A8
Text Example
Text Example
White with #5DB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3A8; }
p { color: rgb(93,179,168); }
H1.HeaderClassName
{
color: #5DB3A8;
}
.AnyTagClassName
{
color: #5DB3A8;
}
</style>
background-color css
<style>
a { background-color: #5DB3A8; }
a { background-color: rgb(93,179,168); }
div.DivClassName
{
background-color: #5DB3A8;
}
.BgClassName
{
background-color: #5DB3A8;
}
</style>
border-color css
<style>
span { border-color: #5DB3A8; }
span { border-color: rgb(93,179,168); }
td.TdClassName
{
border-color: #5DB3A8;
}
.TagClassName
{
border-color: #5DB3A8;
}
</style>