Shades of Puerto Rico #5EC1AD
Tints of Puerto Rico #5EC1AD
RGB
CMYK
RGB Variations
Color information
#5EC1AD (or 0x5EC1AD) is known color: Puerto Rico. HEX triplet: 5E, C1 and AD. RGB value is (94,193,173). Sum of RGB (Red+Green+Blue) = 94+193+173=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC1AD is #A13E52. Grayscale: #A1A1A1. Windows color (decimal): -10567251 or 11387230. OLE color: 11387230.
HSL color Cylindrical-coordinate representation of color #5EC1AD: hue angle of 167.88º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC1AD is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 173 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.24 |
| HSL | 167.88º | 0.44% | 0.56% | - |
| HSV(B) | 167.88º | 0.51% | 0.76% | - |
| XYZ | 31.23 | 43.54 | 46.29 | - |
| YUV | 161.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 173 | 0.51 | 0 | 0.10 | 0.24 | 167.88 | 0.44 | 0.56 |
| Hex | 5E | C1 | AD | 33 | 0 | A | 18 | A8 | 2C | 38 |
| Octal | 136 | 301 | 255 | 63 | 0 | 12 | 30 | 250 | 54 | 70 |
| Binary | 1011110 | 11000001 | 10101101 | 110011 | 0 | 1010 | 11000 | 10101000 | 101100 | 111000 |
Color Harmonies of #5EC1AD
Complementary color
Monochromatic Colors of #5EC1AD
Black with #5EC1AD
Text Example
Text Example
White with #5EC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC1AD; }
p { color: rgb(94,193,173); }
H1.HeaderClassName
{
color: #5EC1AD;
}
.AnyTagClassName
{
color: #5EC1AD;
}
</style>
background-color css
<style>
a { background-color: #5EC1AD; }
a { background-color: rgb(94,193,173); }
div.DivClassName
{
background-color: #5EC1AD;
}
.BgClassName
{
background-color: #5EC1AD;
}
</style>
border-color css
<style>
span { border-color: #5EC1AD; }
span { border-color: rgb(94,193,173); }
td.TdClassName
{
border-color: #5EC1AD;
}
.TagClassName
{
border-color: #5EC1AD;
}
</style>