Shades of Cadet Blue #5EA69A
Tints of Cadet Blue #5EA69A
RGB
CMYK
RGB Variations
Color information
#5EA69A (or 0x5EA69A) is known color: Cadet Blue. HEX triplet: 5E, A6 and 9A. RGB value is (94,166,154). Sum of RGB (Red+Green+Blue) = 94+166+154=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA69A is #A15965. Grayscale: #8F8F8F. Windows color (decimal): -10574182 or 10135134. OLE color: 10135134.
HSL color Cylindrical-coordinate representation of color #5EA69A: hue angle of 170º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA69A is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 166 | 154 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.35 |
| HSL | 170º | 0.29% | 0.51% | - |
| HSV(B) | 170º | 0.43% | 0.65% | - |
| XYZ | 24.09 | 31.99 | 35.48 | - |
| YUV | 143.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 166 | 154 | 0.43 | 0 | 0.07 | 0.35 | 170 | 0.29 | 0.51 |
| Hex | 5E | A6 | 9A | 2B | 0 | 7 | 23 | AA | 1D | 33 |
| Octal | 136 | 246 | 232 | 53 | 0 | 7 | 43 | 252 | 35 | 63 |
| Binary | 1011110 | 10100110 | 10011010 | 101011 | 0 | 111 | 100011 | 10101010 | 11101 | 110011 |
Color Harmonies of #5EA69A
Complementary color
Monochromatic Colors of #5EA69A
Black with #5EA69A
Text Example
Text Example
White with #5EA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA69A; }
p { color: rgb(94,166,154); }
H1.HeaderClassName
{
color: #5EA69A;
}
.AnyTagClassName
{
color: #5EA69A;
}
</style>
background-color css
<style>
a { background-color: #5EA69A; }
a { background-color: rgb(94,166,154); }
div.DivClassName
{
background-color: #5EA69A;
}
.BgClassName
{
background-color: #5EA69A;
}
</style>
border-color css
<style>
span { border-color: #5EA69A; }
span { border-color: rgb(94,166,154); }
td.TdClassName
{
border-color: #5EA69A;
}
.TagClassName
{
border-color: #5EA69A;
}
</style>