Shades of Cadet Blue #5EABA7
Tints of Cadet Blue #5EABA7
RGB
CMYK
RGB Variations
Color information
#5EABA7 (or 0x5EABA7) is known color: Cadet Blue. HEX triplet: 5E, AB and A7. RGB value is (94,171,167). Sum of RGB (Red+Green+Blue) = 94+171+167=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #5EABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EABA7 is #A15458. Grayscale: #939393. Windows color (decimal): -10572889 or 10988382. OLE color: 10988382.
HSL color Cylindrical-coordinate representation of color #5EABA7: hue angle of 176.88º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EABA7 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 167 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.33 |
| HSL | 176.88º | 0.31% | 0.52% | - |
| HSV(B) | 176.88º | 0.45% | 0.67% | - |
| XYZ | 26.15 | 34.3 | 41.8 | - |
| YUV | 147.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 167 | 0.45 | 0 | 0.02 | 0.33 | 176.88 | 0.31 | 0.52 |
| Hex | 5E | AB | A7 | 2D | 0 | 2 | 21 | B1 | 1F | 34 |
| Octal | 136 | 253 | 247 | 55 | 0 | 2 | 41 | 261 | 37 | 64 |
| Binary | 1011110 | 10101011 | 10100111 | 101101 | 0 | 10 | 100001 | 10110001 | 11111 | 110100 |
Color Harmonies of #5EABA7
Complementary color
Monochromatic Colors of #5EABA7
Black with #5EABA7
Text Example
Text Example
White with #5EABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABA7; }
p { color: rgb(94,171,167); }
H1.HeaderClassName
{
color: #5EABA7;
}
.AnyTagClassName
{
color: #5EABA7;
}
</style>
background-color css
<style>
a { background-color: #5EABA7; }
a { background-color: rgb(94,171,167); }
div.DivClassName
{
background-color: #5EABA7;
}
.BgClassName
{
background-color: #5EABA7;
}
</style>
border-color css
<style>
span { border-color: #5EABA7; }
span { border-color: rgb(94,171,167); }
td.TdClassName
{
border-color: #5EABA7;
}
.TagClassName
{
border-color: #5EABA7;
}
</style>