Shades of Puerto Rico #5DBDAB
Tints of Puerto Rico #5DBDAB
RGB
CMYK
RGB Variations
Color information
#5DBDAB (or 0x5DBDAB) is known color: Puerto Rico. HEX triplet: 5D, BD and AB. RGB value is (93,189,171). Sum of RGB (Red+Green+Blue) = 93+189+171=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBDAB is #A24254. Grayscale: #9E9E9E. Windows color (decimal): -10633813 or 11255133. OLE color: 11255133.
HSL color Cylindrical-coordinate representation of color #5DBDAB: hue angle of 168.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBDAB is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 171 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.26 |
| HSL | 168.75º | 0.42% | 0.55% | - |
| HSV(B) | 168.75º | 0.51% | 0.74% | - |
| XYZ | 30.06 | 41.66 | 44.99 | - |
| YUV | 158.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 171 | 0.51 | 0 | 0.10 | 0.26 | 168.75 | 0.42 | 0.55 |
| Hex | 5D | BD | AB | 33 | 0 | A | 1A | A9 | 2A | 37 |
| Octal | 135 | 275 | 253 | 63 | 0 | 12 | 32 | 251 | 52 | 67 |
| Binary | 1011101 | 10111101 | 10101011 | 110011 | 0 | 1010 | 11010 | 10101001 | 101010 | 110111 |
Color Harmonies of #5DBDAB
Complementary color
Monochromatic Colors of #5DBDAB
Black with #5DBDAB
Text Example
Text Example
White with #5DBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDAB; }
p { color: rgb(93,189,171); }
H1.HeaderClassName
{
color: #5DBDAB;
}
.AnyTagClassName
{
color: #5DBDAB;
}
</style>
background-color css
<style>
a { background-color: #5DBDAB; }
a { background-color: rgb(93,189,171); }
div.DivClassName
{
background-color: #5DBDAB;
}
.BgClassName
{
background-color: #5DBDAB;
}
</style>
border-color css
<style>
span { border-color: #5DBDAB; }
span { border-color: rgb(93,189,171); }
td.TdClassName
{
border-color: #5DBDAB;
}
.TagClassName
{
border-color: #5DBDAB;
}
</style>