Shades of Cadet Blue #4DA69C
Tints of Cadet Blue #4DA69C
RGB
CMYK
RGB Variations
Color information
#4DA69C (or 0x4DA69C) is known color: Cadet Blue. HEX triplet: 4D, A6 and 9C. RGB value is (77,166,156). Sum of RGB (Red+Green+Blue) = 77+166+156=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA69C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA69C is #B25963. Grayscale: #8A8A8A. Windows color (decimal): -11688292 or 10266189. OLE color: 10266189.
HSL color Cylindrical-coordinate representation of color #4DA69C: hue angle of 173.26º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA69C is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 166 | 156 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.35 |
| HSL | 173.26º | 0.37% | 0.48% | - |
| HSV(B) | 173.26º | 0.54% | 0.65% | - |
| XYZ | 22.7 | 31.25 | 36.29 | - |
| YUV | 138.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 156 | 0.54 | 0 | 0.06 | 0.35 | 173.26 | 0.37 | 0.48 |
| Hex | 4D | A6 | 9C | 36 | 0 | 6 | 23 | AD | 25 | 30 |
| Octal | 115 | 246 | 234 | 66 | 0 | 6 | 43 | 255 | 45 | 60 |
| Binary | 1001101 | 10100110 | 10011100 | 110110 | 0 | 110 | 100011 | 10101101 | 100101 | 110000 |
Color Harmonies of #4DA69C
Complementary color
Monochromatic Colors of #4DA69C
Black with #4DA69C
Text Example
Text Example
White with #4DA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA69C; }
p { color: rgb(77,166,156); }
H1.HeaderClassName
{
color: #4DA69C;
}
.AnyTagClassName
{
color: #4DA69C;
}
</style>
background-color css
<style>
a { background-color: #4DA69C; }
a { background-color: rgb(77,166,156); }
div.DivClassName
{
background-color: #4DA69C;
}
.BgClassName
{
background-color: #4DA69C;
}
</style>
border-color css
<style>
span { border-color: #4DA69C; }
span { border-color: rgb(77,166,156); }
td.TdClassName
{
border-color: #4DA69C;
}
.TagClassName
{
border-color: #4DA69C;
}
</style>