Shades of Cadet Blue #5E9C99
Tints of Cadet Blue #5E9C99
RGB
CMYK
RGB Variations
Color information
#5E9C99 (or 0x5E9C99) is known color: Cadet Blue. HEX triplet: 5E, 9C and 99. RGB value is (94,156,153). Sum of RGB (Red+Green+Blue) = 94+156+153=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9C99 is #A16366. Grayscale: #898989. Windows color (decimal): -10576743 or 10067038. OLE color: 10067038.
HSL color Cylindrical-coordinate representation of color #5E9C99: hue angle of 177.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9C99 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 156 | 153 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.39 |
| HSL | 177.1º | 0.25% | 0.49% | - |
| HSV(B) | 177.1º | 0.4% | 0.61% | - |
| XYZ | 22.25 | 28.46 | 34.46 | - |
| YUV | 137.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 153 | 0.40 | 0 | 0.02 | 0.39 | 177.1 | 0.25 | 0.49 |
| Hex | 5E | 9C | 99 | 28 | 0 | 2 | 27 | B1 | 19 | 31 |
| Octal | 136 | 234 | 231 | 50 | 0 | 2 | 47 | 261 | 31 | 61 |
| Binary | 1011110 | 10011100 | 10011001 | 101000 | 0 | 10 | 100111 | 10110001 | 11001 | 110001 |
Color Harmonies of #5E9C99
Complementary color
Monochromatic Colors of #5E9C99
Black with #5E9C99
Text Example
Text Example
White with #5E9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9C99; }
p { color: rgb(94,156,153); }
H1.HeaderClassName
{
color: #5E9C99;
}
.AnyTagClassName
{
color: #5E9C99;
}
</style>
background-color css
<style>
a { background-color: #5E9C99; }
a { background-color: rgb(94,156,153); }
div.DivClassName
{
background-color: #5E9C99;
}
.BgClassName
{
background-color: #5E9C99;
}
</style>
border-color css
<style>
span { border-color: #5E9C99; }
span { border-color: rgb(94,156,153); }
td.TdClassName
{
border-color: #5E9C99;
}
.TagClassName
{
border-color: #5E9C99;
}
</style>