Shades of Cadet Blue #4DA49A
Tints of Cadet Blue #4DA49A
RGB
CMYK
RGB Variations
Color information
#4DA49A (or 0x4DA49A) is known color: Cadet Blue. HEX triplet: 4D, A4 and 9A. RGB value is (77,164,154). Sum of RGB (Red+Green+Blue) = 77+164+154=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA49A is #B25B65. Grayscale: #888888. Windows color (decimal): -11688806 or 10134605. OLE color: 10134605.
HSL color Cylindrical-coordinate representation of color #4DA49A: hue angle of 173.1º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA49A is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 154 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.36 |
| HSL | 173.1º | 0.36% | 0.47% | - |
| HSV(B) | 173.1º | 0.53% | 0.64% | - |
| XYZ | 22.17 | 30.46 | 35.28 | - |
| YUV | 136.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 154 | 0.53 | 0 | 0.06 | 0.36 | 173.1 | 0.36 | 0.47 |
| Hex | 4D | A4 | 9A | 35 | 0 | 6 | 24 | AD | 24 | 2F |
| Octal | 115 | 244 | 232 | 65 | 0 | 6 | 44 | 255 | 44 | 57 |
| Binary | 1001101 | 10100100 | 10011010 | 110101 | 0 | 110 | 100100 | 10101101 | 100100 | 101111 |
Color Harmonies of #4DA49A
Complementary color
Monochromatic Colors of #4DA49A
Black with #4DA49A
Text Example
Text Example
White with #4DA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA49A; }
p { color: rgb(77,164,154); }
H1.HeaderClassName
{
color: #4DA49A;
}
.AnyTagClassName
{
color: #4DA49A;
}
</style>
background-color css
<style>
a { background-color: #4DA49A; }
a { background-color: rgb(77,164,154); }
div.DivClassName
{
background-color: #4DA49A;
}
.BgClassName
{
background-color: #4DA49A;
}
</style>
border-color css
<style>
span { border-color: #4DA49A; }
span { border-color: rgb(77,164,154); }
td.TdClassName
{
border-color: #4DA49A;
}
.TagClassName
{
border-color: #4DA49A;
}
</style>