Shades of Cadet Blue #5E9895
Tints of Cadet Blue #5E9895
RGB
CMYK
RGB Variations
Color information
#5E9895 (or 0x5E9895) is known color: Cadet Blue. HEX triplet: 5E, 98 and 95. RGB value is (94,152,149). Sum of RGB (Red+Green+Blue) = 94+152+149=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9895 is #A1676A. Grayscale: #868686. Windows color (decimal): -10577771 or 9803870. OLE color: 9803870.
HSL color Cylindrical-coordinate representation of color #5E9895: hue angle of 176.9º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9895 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 149 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.40 |
| HSL | 176.9º | 0.24% | 0.48% | - |
| HSV(B) | 176.9º | 0.38% | 0.6% | - |
| XYZ | 21.27 | 27.01 | 32.53 | - |
| YUV | 134.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 149 | 0.38 | 0 | 0.02 | 0.40 | 176.9 | 0.24 | 0.48 |
| Hex | 5E | 98 | 95 | 26 | 0 | 2 | 28 | B1 | 18 | 30 |
| Octal | 136 | 230 | 225 | 46 | 0 | 2 | 50 | 261 | 30 | 60 |
| Binary | 1011110 | 10011000 | 10010101 | 100110 | 0 | 10 | 101000 | 10110001 | 11000 | 110000 |
Color Harmonies of #5E9895
Complementary color
Monochromatic Colors of #5E9895
Black with #5E9895
Text Example
Text Example
White with #5E9895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9895; }
p { color: rgb(94,152,149); }
H1.HeaderClassName
{
color: #5E9895;
}
.AnyTagClassName
{
color: #5E9895;
}
</style>
background-color css
<style>
a { background-color: #5E9895; }
a { background-color: rgb(94,152,149); }
div.DivClassName
{
background-color: #5E9895;
}
.BgClassName
{
background-color: #5E9895;
}
</style>
border-color css
<style>
span { border-color: #5E9895; }
span { border-color: rgb(94,152,149); }
td.TdClassName
{
border-color: #5E9895;
}
.TagClassName
{
border-color: #5E9895;
}
</style>