Shades of Cadet Blue #5EA39E
Tints of Cadet Blue #5EA39E
RGB
CMYK
RGB Variations
Color information
#5EA39E (or 0x5EA39E) is known color: Cadet Blue. HEX triplet: 5E, A3 and 9E. RGB value is (94,163,158). Sum of RGB (Red+Green+Blue) = 94+163+158=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA39E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA39E is #A15C61. Grayscale: #8D8D8D. Windows color (decimal): -10574946 or 10396510. OLE color: 10396510.
HSL color Cylindrical-coordinate representation of color #5EA39E: hue angle of 175.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA39E is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 163 | 158 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.36 |
| HSL | 175.65º | 0.27% | 0.5% | - |
| HSV(B) | 175.65º | 0.42% | 0.64% | - |
| XYZ | 23.88 | 31.04 | 37.08 | - |
| YUV | 141.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 163 | 158 | 0.42 | 0 | 0.03 | 0.36 | 175.65 | 0.27 | 0.5 |
| Hex | 5E | A3 | 9E | 2A | 0 | 3 | 24 | B0 | 1B | 32 |
| Octal | 136 | 243 | 236 | 52 | 0 | 3 | 44 | 260 | 33 | 62 |
| Binary | 1011110 | 10100011 | 10011110 | 101010 | 0 | 11 | 100100 | 10110000 | 11011 | 110010 |
Color Harmonies of #5EA39E
Complementary color
Monochromatic Colors of #5EA39E
Black with #5EA39E
Text Example
Text Example
White with #5EA39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA39E; }
p { color: rgb(94,163,158); }
H1.HeaderClassName
{
color: #5EA39E;
}
.AnyTagClassName
{
color: #5EA39E;
}
</style>
background-color css
<style>
a { background-color: #5EA39E; }
a { background-color: rgb(94,163,158); }
div.DivClassName
{
background-color: #5EA39E;
}
.BgClassName
{
background-color: #5EA39E;
}
</style>
border-color css
<style>
span { border-color: #5EA39E; }
span { border-color: rgb(94,163,158); }
td.TdClassName
{
border-color: #5EA39E;
}
.TagClassName
{
border-color: #5EA39E;
}
</style>