Shades of Cadet Blue #56A396
Tints of Cadet Blue #56A396
RGB
CMYK
RGB Variations
Color information
#56A396 (or 0x56A396) is known color: Cadet Blue. HEX triplet: 56, A3 and 96. RGB value is (86,163,150). Sum of RGB (Red+Green+Blue) = 86+163+150=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #56A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A396 is #A95C69. Grayscale: #8A8A8A. Windows color (decimal): -11099242 or 9872214. OLE color: 9872214.
HSL color Cylindrical-coordinate representation of color #56A396: hue angle of 169.87º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A396 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 163 | 150 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.36 |
| HSL | 169.87º | 0.31% | 0.49% | - |
| HSV(B) | 169.87º | 0.47% | 0.64% | - |
| XYZ | 22.44 | 30.37 | 33.53 | - |
| YUV | 138.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 163 | 150 | 0.47 | 0 | 0.08 | 0.36 | 169.87 | 0.31 | 0.49 |
| Hex | 56 | A3 | 96 | 2F | 0 | 8 | 24 | AA | 1F | 31 |
| Octal | 126 | 243 | 226 | 57 | 0 | 10 | 44 | 252 | 37 | 61 |
| Binary | 1010110 | 10100011 | 10010110 | 101111 | 0 | 1000 | 100100 | 10101010 | 11111 | 110001 |
Color Harmonies of #56A396
Complementary color
Monochromatic Colors of #56A396
Black with #56A396
Text Example
Text Example
White with #56A396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A396; }
p { color: rgb(86,163,150); }
H1.HeaderClassName
{
color: #56A396;
}
.AnyTagClassName
{
color: #56A396;
}
</style>
background-color css
<style>
a { background-color: #56A396; }
a { background-color: rgb(86,163,150); }
div.DivClassName
{
background-color: #56A396;
}
.BgClassName
{
background-color: #56A396;
}
</style>
border-color css
<style>
span { border-color: #56A396; }
span { border-color: rgb(86,163,150); }
td.TdClassName
{
border-color: #56A396;
}
.TagClassName
{
border-color: #56A396;
}
</style>