Shades of Cadet Blue #5FA49E
Tints of Cadet Blue #5FA49E
RGB
CMYK
RGB Variations
Color information
#5FA49E (or 0x5FA49E) is known color: Cadet Blue. HEX triplet: 5F, A4 and 9E. RGB value is (95,164,158). Sum of RGB (Red+Green+Blue) = 95+164+158=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA49E is #A05B61. Grayscale: #8E8E8E. Windows color (decimal): -10509154 or 10396767. OLE color: 10396767.
HSL color Cylindrical-coordinate representation of color #5FA49E: hue angle of 174.78º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA49E is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 158 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.36 |
| HSL | 174.78º | 0.27% | 0.51% | - |
| HSV(B) | 174.78º | 0.42% | 0.64% | - |
| XYZ | 24.17 | 31.45 | 37.14 | - |
| YUV | 142.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 158 | 0.42 | 0 | 0.04 | 0.36 | 174.78 | 0.27 | 0.51 |
| Hex | 5F | A4 | 9E | 2A | 0 | 4 | 24 | AF | 1B | 33 |
| Octal | 137 | 244 | 236 | 52 | 0 | 4 | 44 | 257 | 33 | 63 |
| Binary | 1011111 | 10100100 | 10011110 | 101010 | 0 | 100 | 100100 | 10101111 | 11011 | 110011 |
Color Harmonies of #5FA49E
Complementary color
Monochromatic Colors of #5FA49E
Black with #5FA49E
Text Example
Text Example
White with #5FA49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA49E; }
p { color: rgb(95,164,158); }
H1.HeaderClassName
{
color: #5FA49E;
}
.AnyTagClassName
{
color: #5FA49E;
}
</style>
background-color css
<style>
a { background-color: #5FA49E; }
a { background-color: rgb(95,164,158); }
div.DivClassName
{
background-color: #5FA49E;
}
.BgClassName
{
background-color: #5FA49E;
}
</style>
border-color css
<style>
span { border-color: #5FA49E; }
span { border-color: rgb(95,164,158); }
td.TdClassName
{
border-color: #5FA49E;
}
.TagClassName
{
border-color: #5FA49E;
}
</style>