Shades of Cadet Blue #5FA59F
Tints of Cadet Blue #5FA59F
RGB
CMYK
RGB Variations
Color information
#5FA59F (or 0x5FA59F) is known color: Cadet Blue. HEX triplet: 5F, A5 and 9F. RGB value is (95,165,159). Sum of RGB (Red+Green+Blue) = 95+165+159=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA59F is #A05A60. Grayscale: #8F8F8F. Windows color (decimal): -10508897 or 10462559. OLE color: 10462559.
HSL color Cylindrical-coordinate representation of color #5FA59F: hue angle of 174.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA59F is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 159 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.35 |
| HSL | 174.86º | 0.28% | 0.51% | - |
| HSV(B) | 174.86º | 0.42% | 0.65% | - |
| XYZ | 24.43 | 31.85 | 37.66 | - |
| YUV | 143.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 159 | 0.42 | 0 | 0.04 | 0.35 | 174.86 | 0.28 | 0.51 |
| Hex | 5F | A5 | 9F | 2A | 0 | 4 | 23 | AF | 1C | 33 |
| Octal | 137 | 245 | 237 | 52 | 0 | 4 | 43 | 257 | 34 | 63 |
| Binary | 1011111 | 10100101 | 10011111 | 101010 | 0 | 100 | 100011 | 10101111 | 11100 | 110011 |
Color Harmonies of #5FA59F
Complementary color
Monochromatic Colors of #5FA59F
Black with #5FA59F
Text Example
Text Example
White with #5FA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA59F; }
p { color: rgb(95,165,159); }
H1.HeaderClassName
{
color: #5FA59F;
}
.AnyTagClassName
{
color: #5FA59F;
}
</style>
background-color css
<style>
a { background-color: #5FA59F; }
a { background-color: rgb(95,165,159); }
div.DivClassName
{
background-color: #5FA59F;
}
.BgClassName
{
background-color: #5FA59F;
}
</style>
border-color css
<style>
span { border-color: #5FA59F; }
span { border-color: rgb(95,165,159); }
td.TdClassName
{
border-color: #5FA59F;
}
.TagClassName
{
border-color: #5FA59F;
}
</style>