Shades of Puerto Rico #5EC3AD
Tints of Puerto Rico #5EC3AD
RGB
CMYK
RGB Variations
Color information
#5EC3AD (or 0x5EC3AD) is known color: Puerto Rico. HEX triplet: 5E, C3 and AD. RGB value is (94,195,173). Sum of RGB (Red+Green+Blue) = 94+195+173=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC3AD is #A13C52. Grayscale: #A2A2A2. Windows color (decimal): -10566739 or 11387742. OLE color: 11387742.
HSL color Cylindrical-coordinate representation of color #5EC3AD: hue angle of 166.93º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC3AD is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 173 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.24 |
| HSL | 166.93º | 0.46% | 0.57% | - |
| HSV(B) | 166.93º | 0.52% | 0.76% | - |
| XYZ | 31.67 | 44.43 | 46.44 | - |
| YUV | 162.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 173 | 0.52 | 0 | 0.11 | 0.24 | 166.93 | 0.46 | 0.57 |
| Hex | 5E | C3 | AD | 34 | 0 | B | 18 | A7 | 2E | 39 |
| Octal | 136 | 303 | 255 | 64 | 0 | 13 | 30 | 247 | 56 | 71 |
| Binary | 1011110 | 11000011 | 10101101 | 110100 | 0 | 1011 | 11000 | 10100111 | 101110 | 111001 |
Color Harmonies of #5EC3AD
Complementary color
Monochromatic Colors of #5EC3AD
Black with #5EC3AD
Text Example
Text Example
White with #5EC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC3AD; }
p { color: rgb(94,195,173); }
H1.HeaderClassName
{
color: #5EC3AD;
}
.AnyTagClassName
{
color: #5EC3AD;
}
</style>
background-color css
<style>
a { background-color: #5EC3AD; }
a { background-color: rgb(94,195,173); }
div.DivClassName
{
background-color: #5EC3AD;
}
.BgClassName
{
background-color: #5EC3AD;
}
</style>
border-color css
<style>
span { border-color: #5EC3AD; }
span { border-color: rgb(94,195,173); }
td.TdClassName
{
border-color: #5EC3AD;
}
.TagClassName
{
border-color: #5EC3AD;
}
</style>