Shades of Cadet Blue #5CA29F
Tints of Cadet Blue #5CA29F
RGB
CMYK
RGB Variations
Color information
#5CA29F (or 0x5CA29F) is known color: Cadet Blue. HEX triplet: 5C, A2 and 9F. RGB value is (92,162,159). Sum of RGB (Red+Green+Blue) = 92+162+159=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA29F is #A35D60. Grayscale: #8C8C8C. Windows color (decimal): -10706273 or 10461788. OLE color: 10461788.
HSL color Cylindrical-coordinate representation of color #5CA29F: hue angle of 177.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA29F is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 162 | 159 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.36 |
| HSL | 177.43º | 0.28% | 0.5% | - |
| HSV(B) | 177.43º | 0.43% | 0.64% | - |
| XYZ | 23.59 | 30.62 | 37.47 | - |
| YUV | 140.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 162 | 159 | 0.43 | 0 | 0.02 | 0.36 | 177.43 | 0.28 | 0.5 |
| Hex | 5C | A2 | 9F | 2B | 0 | 2 | 24 | B1 | 1C | 32 |
| Octal | 134 | 242 | 237 | 53 | 0 | 2 | 44 | 261 | 34 | 62 |
| Binary | 1011100 | 10100010 | 10011111 | 101011 | 0 | 10 | 100100 | 10110001 | 11100 | 110010 |
Color Harmonies of #5CA29F
Complementary color
Monochromatic Colors of #5CA29F
Black with #5CA29F
Text Example
Text Example
White with #5CA29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA29F; }
p { color: rgb(92,162,159); }
H1.HeaderClassName
{
color: #5CA29F;
}
.AnyTagClassName
{
color: #5CA29F;
}
</style>
background-color css
<style>
a { background-color: #5CA29F; }
a { background-color: rgb(92,162,159); }
div.DivClassName
{
background-color: #5CA29F;
}
.BgClassName
{
background-color: #5CA29F;
}
</style>
border-color css
<style>
span { border-color: #5CA29F; }
span { border-color: rgb(92,162,159); }
td.TdClassName
{
border-color: #5CA29F;
}
.TagClassName
{
border-color: #5CA29F;
}
</style>