Shades of Cadet Blue #5EA399
Tints of Cadet Blue #5EA399
RGB
CMYK
RGB Variations
Color information
#5EA399 (or 0x5EA399) is known color: Cadet Blue. HEX triplet: 5E, A3 and 99. RGB value is (94,163,153). Sum of RGB (Red+Green+Blue) = 94+163+153=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA399 is #A15C66. Grayscale: #8D8D8D. Windows color (decimal): -10574951 or 10068830. OLE color: 10068830.
HSL color Cylindrical-coordinate representation of color #5EA399: hue angle of 171.3º 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 #5EA399 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 163 | 153 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.36 |
| HSL | 171.3º | 0.27% | 0.5% | - |
| HSV(B) | 171.3º | 0.42% | 0.64% | - |
| XYZ | 23.46 | 30.87 | 34.86 | - |
| YUV | 141.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 163 | 153 | 0.42 | 0 | 0.06 | 0.36 | 171.3 | 0.27 | 0.5 |
| Hex | 5E | A3 | 99 | 2A | 0 | 6 | 24 | AB | 1B | 32 |
| Octal | 136 | 243 | 231 | 52 | 0 | 6 | 44 | 253 | 33 | 62 |
| Binary | 1011110 | 10100011 | 10011001 | 101010 | 0 | 110 | 100100 | 10101011 | 11011 | 110010 |
Color Harmonies of #5EA399
Complementary color
Monochromatic Colors of #5EA399
Black with #5EA399
Text Example
Text Example
White with #5EA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA399; }
p { color: rgb(94,163,153); }
H1.HeaderClassName
{
color: #5EA399;
}
.AnyTagClassName
{
color: #5EA399;
}
</style>
background-color css
<style>
a { background-color: #5EA399; }
a { background-color: rgb(94,163,153); }
div.DivClassName
{
background-color: #5EA399;
}
.BgClassName
{
background-color: #5EA399;
}
</style>
border-color css
<style>
span { border-color: #5EA399; }
span { border-color: rgb(94,163,153); }
td.TdClassName
{
border-color: #5EA399;
}
.TagClassName
{
border-color: #5EA399;
}
</style>