Shades of Cadet Blue #5FA094
Tints of Cadet Blue #5FA094
RGB
CMYK
RGB Variations
Color information
#5FA094 (or 0x5FA094) is known color: Cadet Blue. HEX triplet: 5F, A0 and 94. RGB value is (95,160,148). Sum of RGB (Red+Green+Blue) = 95+160+148=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA094 is #A05F6B. Grayscale: #8B8B8B. Windows color (decimal): -10510188 or 9740383. OLE color: 9740383.
HSL color Cylindrical-coordinate representation of color #5FA094: hue angle of 168.92º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA094 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 148 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.37 |
| HSL | 168.92º | 0.25% | 0.5% | - |
| HSV(B) | 168.92º | 0.41% | 0.63% | - |
| XYZ | 22.64 | 29.71 | 32.56 | - |
| YUV | 139.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 148 | 0.41 | 0 | 0.07 | 0.37 | 168.92 | 0.25 | 0.5 |
| Hex | 5F | A0 | 94 | 29 | 0 | 7 | 25 | A9 | 19 | 32 |
| Octal | 137 | 240 | 224 | 51 | 0 | 7 | 45 | 251 | 31 | 62 |
| Binary | 1011111 | 10100000 | 10010100 | 101001 | 0 | 111 | 100101 | 10101001 | 11001 | 110010 |
Color Harmonies of #5FA094
Complementary color
Monochromatic Colors of #5FA094
Black with #5FA094
Text Example
Text Example
White with #5FA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA094; }
p { color: rgb(95,160,148); }
H1.HeaderClassName
{
color: #5FA094;
}
.AnyTagClassName
{
color: #5FA094;
}
</style>
background-color css
<style>
a { background-color: #5FA094; }
a { background-color: rgb(95,160,148); }
div.DivClassName
{
background-color: #5FA094;
}
.BgClassName
{
background-color: #5FA094;
}
</style>
border-color css
<style>
span { border-color: #5FA094; }
span { border-color: rgb(95,160,148); }
td.TdClassName
{
border-color: #5FA094;
}
.TagClassName
{
border-color: #5FA094;
}
</style>