Shades of Puerto Rico #5DBDAD
Tints of Puerto Rico #5DBDAD
RGB
CMYK
RGB Variations
Color information
#5DBDAD (or 0x5DBDAD) is known color: Puerto Rico. HEX triplet: 5D, BD and AD. RGB value is (93,189,173). Sum of RGB (Red+Green+Blue) = 93+189+173=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBDAD is #A24252. Grayscale: #9E9E9E. Windows color (decimal): -10633811 or 11386205. OLE color: 11386205.
HSL color Cylindrical-coordinate representation of color #5DBDAD: hue angle of 170º 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 #5DBDAD is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 173 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.26 |
| HSL | 170º | 0.42% | 0.55% | - |
| HSV(B) | 170º | 0.51% | 0.74% | - |
| XYZ | 30.25 | 41.74 | 46 | - |
| YUV | 158.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 173 | 0.51 | 0 | 0.08 | 0.26 | 170 | 0.42 | 0.55 |
| Hex | 5D | BD | AD | 33 | 0 | 8 | 1A | AA | 2A | 37 |
| Octal | 135 | 275 | 255 | 63 | 0 | 10 | 32 | 252 | 52 | 67 |
| Binary | 1011101 | 10111101 | 10101101 | 110011 | 0 | 1000 | 11010 | 10101010 | 101010 | 110111 |
Color Harmonies of #5DBDAD
Complementary color
Monochromatic Colors of #5DBDAD
Black with #5DBDAD
Text Example
Text Example
White with #5DBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDAD; }
p { color: rgb(93,189,173); }
H1.HeaderClassName
{
color: #5DBDAD;
}
.AnyTagClassName
{
color: #5DBDAD;
}
</style>
background-color css
<style>
a { background-color: #5DBDAD; }
a { background-color: rgb(93,189,173); }
div.DivClassName
{
background-color: #5DBDAD;
}
.BgClassName
{
background-color: #5DBDAD;
}
</style>
border-color css
<style>
span { border-color: #5DBDAD; }
span { border-color: rgb(93,189,173); }
td.TdClassName
{
border-color: #5DBDAD;
}
.TagClassName
{
border-color: #5DBDAD;
}
</style>