Shades of Cadet Blue #5E9B94
Tints of Cadet Blue #5E9B94
RGB
CMYK
RGB Variations
Color information
#5E9B94 (or 0x5E9B94) is known color: Cadet Blue. HEX triplet: 5E, 9B and 94. RGB value is (94,155,148). Sum of RGB (Red+Green+Blue) = 94+155+148=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9B94 is #A1646B. Grayscale: #878787. Windows color (decimal): -10577004 or 9739102. OLE color: 9739102.
HSL color Cylindrical-coordinate representation of color #5E9B94: hue angle of 173.11º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9B94 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 148 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.39 |
| HSL | 173.11º | 0.24% | 0.49% | - |
| HSV(B) | 173.11º | 0.39% | 0.61% | - |
| XYZ | 21.68 | 27.96 | 32.27 | - |
| YUV | 135.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 148 | 0.39 | 0 | 0.05 | 0.39 | 173.11 | 0.24 | 0.49 |
| Hex | 5E | 9B | 94 | 27 | 0 | 5 | 27 | AD | 18 | 31 |
| Octal | 136 | 233 | 224 | 47 | 0 | 5 | 47 | 255 | 30 | 61 |
| Binary | 1011110 | 10011011 | 10010100 | 100111 | 0 | 101 | 100111 | 10101101 | 11000 | 110001 |
Color Harmonies of #5E9B94
Complementary color
Monochromatic Colors of #5E9B94
Black with #5E9B94
Text Example
Text Example
White with #5E9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B94; }
p { color: rgb(94,155,148); }
H1.HeaderClassName
{
color: #5E9B94;
}
.AnyTagClassName
{
color: #5E9B94;
}
</style>
background-color css
<style>
a { background-color: #5E9B94; }
a { background-color: rgb(94,155,148); }
div.DivClassName
{
background-color: #5E9B94;
}
.BgClassName
{
background-color: #5E9B94;
}
</style>
border-color css
<style>
span { border-color: #5E9B94; }
span { border-color: rgb(94,155,148); }
td.TdClassName
{
border-color: #5E9B94;
}
.TagClassName
{
border-color: #5E9B94;
}
</style>