Shades of Puerto Rico #5DBCAE
Tints of Puerto Rico #5DBCAE
RGB
CMYK
RGB Variations
Color information
#5DBCAE (or 0x5DBCAE) is known color: Puerto Rico. HEX triplet: 5D, BC and AE. RGB value is (93,188,174). Sum of RGB (Red+Green+Blue) = 93+188+174=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBCAE is #A24351. Grayscale: #9D9D9D. Windows color (decimal): -10634066 or 11451485. OLE color: 11451485.
HSL color Cylindrical-coordinate representation of color #5DBCAE: hue angle of 171.16º degrees, saturation: 0.41, 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 #5DBCAE is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 174 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.26 |
| HSL | 171.16º | 0.41% | 0.55% | - |
| HSV(B) | 171.16º | 0.51% | 0.74% | - |
| XYZ | 30.14 | 41.35 | 46.44 | - |
| YUV | 158 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 174 | 0.51 | 0 | 0.07 | 0.26 | 171.16 | 0.41 | 0.55 |
| Hex | 5D | BC | AE | 33 | 0 | 7 | 1A | AB | 29 | 37 |
| Octal | 135 | 274 | 256 | 63 | 0 | 7 | 32 | 253 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10101110 | 110011 | 0 | 111 | 11010 | 10101011 | 101001 | 110111 |
Color Harmonies of #5DBCAE
Complementary color
Monochromatic Colors of #5DBCAE
Black with #5DBCAE
Text Example
Text Example
White with #5DBCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCAE; }
p { color: rgb(93,188,174); }
H1.HeaderClassName
{
color: #5DBCAE;
}
.AnyTagClassName
{
color: #5DBCAE;
}
</style>
background-color css
<style>
a { background-color: #5DBCAE; }
a { background-color: rgb(93,188,174); }
div.DivClassName
{
background-color: #5DBCAE;
}
.BgClassName
{
background-color: #5DBCAE;
}
</style>
border-color css
<style>
span { border-color: #5DBCAE; }
span { border-color: rgb(93,188,174); }
td.TdClassName
{
border-color: #5DBCAE;
}
.TagClassName
{
border-color: #5DBCAE;
}
</style>