Shades of Puerto Rico #5DC0AB
Tints of Puerto Rico #5DC0AB
RGB
CMYK
RGB Variations
Color information
#5DC0AB (or 0x5DC0AB) is known color: Puerto Rico. HEX triplet: 5D, C0 and AB. RGB value is (93,192,171). Sum of RGB (Red+Green+Blue) = 93+192+171=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC0AB is #A23F54. Grayscale: #9F9F9F. Windows color (decimal): -10633045 or 11255901. OLE color: 11255901.
HSL color Cylindrical-coordinate representation of color #5DC0AB: hue angle of 167.27º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC0AB is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 171 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.25 |
| HSL | 167.27º | 0.44% | 0.56% | - |
| HSV(B) | 167.27º | 0.52% | 0.75% | - |
| XYZ | 30.71 | 42.97 | 45.2 | - |
| YUV | 160.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 171 | 0.52 | 0 | 0.11 | 0.25 | 167.27 | 0.44 | 0.56 |
| Hex | 5D | C0 | AB | 34 | 0 | B | 19 | A7 | 2C | 38 |
| Octal | 135 | 300 | 253 | 64 | 0 | 13 | 31 | 247 | 54 | 70 |
| Binary | 1011101 | 11000000 | 10101011 | 110100 | 0 | 1011 | 11001 | 10100111 | 101100 | 111000 |
Color Harmonies of #5DC0AB
Complementary color
Monochromatic Colors of #5DC0AB
Black with #5DC0AB
Text Example
Text Example
White with #5DC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC0AB; }
p { color: rgb(93,192,171); }
H1.HeaderClassName
{
color: #5DC0AB;
}
.AnyTagClassName
{
color: #5DC0AB;
}
</style>
background-color css
<style>
a { background-color: #5DC0AB; }
a { background-color: rgb(93,192,171); }
div.DivClassName
{
background-color: #5DC0AB;
}
.BgClassName
{
background-color: #5DC0AB;
}
</style>
border-color css
<style>
span { border-color: #5DC0AB; }
span { border-color: rgb(93,192,171); }
td.TdClassName
{
border-color: #5DC0AB;
}
.TagClassName
{
border-color: #5DC0AB;
}
</style>