Shades of Cadet Blue #5F9A94
Tints of Cadet Blue #5F9A94
RGB
CMYK
RGB Variations
Color information
#5F9A94 (or 0x5F9A94) is known color: Cadet Blue. HEX triplet: 5F, 9A and 94. RGB value is (95,154,148). Sum of RGB (Red+Green+Blue) = 95+154+148=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9A94 is #A0656B. Grayscale: #878787. Windows color (decimal): -10511724 or 9738847. OLE color: 9738847.
HSL color Cylindrical-coordinate representation of color #5F9A94: hue angle of 173.9º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9A94 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 154 | 148 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.40 |
| HSL | 173.9º | 0.24% | 0.49% | - |
| HSV(B) | 173.9º | 0.38% | 0.6% | - |
| XYZ | 21.62 | 27.68 | 32.22 | - |
| YUV | 135.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 154 | 148 | 0.38 | 0 | 0.04 | 0.40 | 173.9 | 0.24 | 0.49 |
| Hex | 5F | 9A | 94 | 26 | 0 | 4 | 28 | AE | 18 | 31 |
| Octal | 137 | 232 | 224 | 46 | 0 | 4 | 50 | 256 | 30 | 61 |
| Binary | 1011111 | 10011010 | 10010100 | 100110 | 0 | 100 | 101000 | 10101110 | 11000 | 110001 |
Color Harmonies of #5F9A94
Complementary color
Monochromatic Colors of #5F9A94
Black with #5F9A94
Text Example
Text Example
White with #5F9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9A94; }
p { color: rgb(95,154,148); }
H1.HeaderClassName
{
color: #5F9A94;
}
.AnyTagClassName
{
color: #5F9A94;
}
</style>
background-color css
<style>
a { background-color: #5F9A94; }
a { background-color: rgb(95,154,148); }
div.DivClassName
{
background-color: #5F9A94;
}
.BgClassName
{
background-color: #5F9A94;
}
</style>
border-color css
<style>
span { border-color: #5F9A94; }
span { border-color: rgb(95,154,148); }
td.TdClassName
{
border-color: #5F9A94;
}
.TagClassName
{
border-color: #5F9A94;
}
</style>