Shades of Cadet Blue #4DA296
Tints of Cadet Blue #4DA296
RGB
CMYK
RGB Variations
Color information
#4DA296 (or 0x4DA296) is known color: Cadet Blue. HEX triplet: 4D, A2 and 96. RGB value is (77,162,150). Sum of RGB (Red+Green+Blue) = 77+162+150=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA296 is #B25D69. Grayscale: #878787. Windows color (decimal): -11689322 or 9871949. OLE color: 9871949.
HSL color Cylindrical-coordinate representation of color #4DA296: hue angle of 171.53º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA296 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 150 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.36 |
| HSL | 171.53º | 0.36% | 0.47% | - |
| HSV(B) | 171.53º | 0.52% | 0.64% | - |
| XYZ | 21.49 | 29.62 | 33.44 | - |
| YUV | 135.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 150 | 0.52 | 0 | 0.07 | 0.36 | 171.53 | 0.36 | 0.47 |
| Hex | 4D | A2 | 96 | 34 | 0 | 7 | 24 | AC | 24 | 2F |
| Octal | 115 | 242 | 226 | 64 | 0 | 7 | 44 | 254 | 44 | 57 |
| Binary | 1001101 | 10100010 | 10010110 | 110100 | 0 | 111 | 100100 | 10101100 | 100100 | 101111 |
Color Harmonies of #4DA296
Complementary color
Monochromatic Colors of #4DA296
Black with #4DA296
Text Example
Text Example
White with #4DA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA296; }
p { color: rgb(77,162,150); }
H1.HeaderClassName
{
color: #4DA296;
}
.AnyTagClassName
{
color: #4DA296;
}
</style>
background-color css
<style>
a { background-color: #4DA296; }
a { background-color: rgb(77,162,150); }
div.DivClassName
{
background-color: #4DA296;
}
.BgClassName
{
background-color: #4DA296;
}
</style>
border-color css
<style>
span { border-color: #4DA296; }
span { border-color: rgb(77,162,150); }
td.TdClassName
{
border-color: #4DA296;
}
.TagClassName
{
border-color: #4DA296;
}
</style>