Shades of Puerto Rico #5DBDAE
Tints of Puerto Rico #5DBDAE
RGB
CMYK
RGB Variations
Color information
#5DBDAE (or 0x5DBDAE) is known color: Puerto Rico. HEX triplet: 5D, BD and AE. RGB value is (93,189,174). Sum of RGB (Red+Green+Blue) = 93+189+174=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBDAE is #A24251. Grayscale: #9E9E9E. Windows color (decimal): -10633810 or 11451741. OLE color: 11451741.
HSL color Cylindrical-coordinate representation of color #5DBDAE: hue angle of 170.62º 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 #5DBDAE is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 174 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.26 |
| HSL | 170.63º | 0.42% | 0.55% | - |
| HSV(B) | 170.63º | 0.51% | 0.74% | - |
| XYZ | 30.35 | 41.78 | 46.51 | - |
| YUV | 158.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 174 | 0.51 | 0 | 0.08 | 0.26 | 170.63 | 0.42 | 0.55 |
| Hex | 5D | BD | AE | 33 | 0 | 8 | 1A | AB | 2A | 37 |
| Octal | 135 | 275 | 256 | 63 | 0 | 10 | 32 | 253 | 52 | 67 |
| Binary | 1011101 | 10111101 | 10101110 | 110011 | 0 | 1000 | 11010 | 10101011 | 101010 | 110111 |
Color Harmonies of #5DBDAE
Complementary color
Monochromatic Colors of #5DBDAE
Black with #5DBDAE
Text Example
Text Example
White with #5DBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDAE; }
p { color: rgb(93,189,174); }
H1.HeaderClassName
{
color: #5DBDAE;
}
.AnyTagClassName
{
color: #5DBDAE;
}
</style>
background-color css
<style>
a { background-color: #5DBDAE; }
a { background-color: rgb(93,189,174); }
div.DivClassName
{
background-color: #5DBDAE;
}
.BgClassName
{
background-color: #5DBDAE;
}
</style>
border-color css
<style>
span { border-color: #5DBDAE; }
span { border-color: rgb(93,189,174); }
td.TdClassName
{
border-color: #5DBDAE;
}
.TagClassName
{
border-color: #5DBDAE;
}
</style>