Shades of Cadet Blue #5FA295
Tints of Cadet Blue #5FA295
RGB
CMYK
RGB Variations
Color information
#5FA295 (or 0x5FA295) is known color: Cadet Blue. HEX triplet: 5F, A2 and 95. RGB value is (95,162,149). Sum of RGB (Red+Green+Blue) = 95+162+149=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA295 is #A05D6A. Grayscale: #8C8C8C. Windows color (decimal): -10509675 or 9806431. OLE color: 9806431.
HSL color Cylindrical-coordinate representation of color #5FA295: hue angle of 168.36º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA295 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 149 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.36 |
| HSL | 168.36º | 0.26% | 0.5% | - |
| HSV(B) | 168.36º | 0.41% | 0.64% | - |
| XYZ | 23.06 | 30.44 | 33.09 | - |
| YUV | 140.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 149 | 0.41 | 0 | 0.08 | 0.36 | 168.36 | 0.26 | 0.5 |
| Hex | 5F | A2 | 95 | 29 | 0 | 8 | 24 | A8 | 1A | 32 |
| Octal | 137 | 242 | 225 | 51 | 0 | 10 | 44 | 250 | 32 | 62 |
| Binary | 1011111 | 10100010 | 10010101 | 101001 | 0 | 1000 | 100100 | 10101000 | 11010 | 110010 |
Color Harmonies of #5FA295
Complementary color
Monochromatic Colors of #5FA295
Black with #5FA295
Text Example
Text Example
White with #5FA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA295; }
p { color: rgb(95,162,149); }
H1.HeaderClassName
{
color: #5FA295;
}
.AnyTagClassName
{
color: #5FA295;
}
</style>
background-color css
<style>
a { background-color: #5FA295; }
a { background-color: rgb(95,162,149); }
div.DivClassName
{
background-color: #5FA295;
}
.BgClassName
{
background-color: #5FA295;
}
</style>
border-color css
<style>
span { border-color: #5FA295; }
span { border-color: rgb(95,162,149); }
td.TdClassName
{
border-color: #5FA295;
}
.TagClassName
{
border-color: #5FA295;
}
</style>