Shades of Cadet Blue #4DA8A1
Tints of Cadet Blue #4DA8A1
RGB
CMYK
RGB Variations
Color information
#4DA8A1 (or 0x4DA8A1) is known color: Cadet Blue. HEX triplet: 4D, A8 and A1. RGB value is (77,168,161). Sum of RGB (Red+Green+Blue) = 77+168+161=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA8A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA8A1 is #B2575E. Grayscale: #8B8B8B. Windows color (decimal): -11687775 or 10594381. OLE color: 10594381.
HSL color Cylindrical-coordinate representation of color #4DA8A1: hue angle of 175.38º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA8A1 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 161 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.34 |
| HSL | 175.38º | 0.37% | 0.48% | - |
| HSV(B) | 175.38º | 0.54% | 0.66% | - |
| XYZ | 23.5 | 32.16 | 38.69 | - |
| YUV | 139.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 161 | 0.54 | 0 | 0.04 | 0.34 | 175.38 | 0.37 | 0.48 |
| Hex | 4D | A8 | A1 | 36 | 0 | 4 | 22 | AF | 25 | 30 |
| Octal | 115 | 250 | 241 | 66 | 0 | 4 | 42 | 257 | 45 | 60 |
| Binary | 1001101 | 10101000 | 10100001 | 110110 | 0 | 100 | 100010 | 10101111 | 100101 | 110000 |
Color Harmonies of #4DA8A1
Complementary color
Monochromatic Colors of #4DA8A1
Black with #4DA8A1
Text Example
Text Example
White with #4DA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA8A1; }
p { color: rgb(77,168,161); }
H1.HeaderClassName
{
color: #4DA8A1;
}
.AnyTagClassName
{
color: #4DA8A1;
}
</style>
background-color css
<style>
a { background-color: #4DA8A1; }
a { background-color: rgb(77,168,161); }
div.DivClassName
{
background-color: #4DA8A1;
}
.BgClassName
{
background-color: #4DA8A1;
}
</style>
border-color css
<style>
span { border-color: #4DA8A1; }
span { border-color: rgb(77,168,161); }
td.TdClassName
{
border-color: #4DA8A1;
}
.TagClassName
{
border-color: #4DA8A1;
}
</style>