Shades of Cadet Blue #5E9997
Tints of Cadet Blue #5E9997
RGB
CMYK
RGB Variations
Color information
#5E9997 (or 0x5E9997) is known color: Cadet Blue. HEX triplet: 5E, 99 and 97. RGB value is (94,153,151). Sum of RGB (Red+Green+Blue) = 94+153+151=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9997 is #A16668. Grayscale: #878787. Windows color (decimal): -10577513 or 9935198. OLE color: 9935198.
HSL color Cylindrical-coordinate representation of color #5E9997: hue angle of 177.97º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9997 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 151 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.4 |
| HSL | 177.97º | 0.24% | 0.48% | - |
| HSV(B) | 177.97º | 0.39% | 0.6% | - |
| XYZ | 21.59 | 27.4 | 33.43 | - |
| YUV | 135.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 151 | 0.39 | 0 | 0.01 | 0.4 | 177.97 | 0.24 | 0.48 |
| Hex | 5E | 99 | 97 | 27 | 0 | 1 | 28 | B2 | 18 | 30 |
| Octal | 136 | 231 | 227 | 47 | 0 | 1 | 50 | 262 | 30 | 60 |
| Binary | 1011110 | 10011001 | 10010111 | 100111 | 0 | 1 | 101000 | 10110010 | 11000 | 110000 |
Color Harmonies of #5E9997
Complementary color
Monochromatic Colors of #5E9997
Black with #5E9997
Text Example
Text Example
White with #5E9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9997; }
p { color: rgb(94,153,151); }
H1.HeaderClassName
{
color: #5E9997;
}
.AnyTagClassName
{
color: #5E9997;
}
</style>
background-color css
<style>
a { background-color: #5E9997; }
a { background-color: rgb(94,153,151); }
div.DivClassName
{
background-color: #5E9997;
}
.BgClassName
{
background-color: #5E9997;
}
</style>
border-color css
<style>
span { border-color: #5E9997; }
span { border-color: rgb(94,153,151); }
td.TdClassName
{
border-color: #5E9997;
}
.TagClassName
{
border-color: #5E9997;
}
</style>