Shades of Cadet Blue #4DA3AB
Tints of Cadet Blue #4DA3AB
RGB
CMYK
RGB Variations
Color information
#4DA3AB (or 0x4DA3AB) is known color: Cadet Blue. HEX triplet: 4D, A3 and AB. RGB value is (77,163,171). Sum of RGB (Red+Green+Blue) = 77+163+171=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #4DA3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA3AB is #B25C54. Grayscale: #8A8A8A. Windows color (decimal): -11689045 or 11248461. OLE color: 11248461.
HSL color Cylindrical-coordinate representation of color #4DA3AB: hue angle of 185.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA3AB is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 163 | 171 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.33 |
| HSL | 185.11º | 0.38% | 0.49% | - |
| HSV(B) | 185.11º | 0.55% | 0.67% | - |
| XYZ | 23.51 | 30.71 | 43.22 | - |
| YUV | 138.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 171 | 0.55 | 0.05 | 0 | 0.33 | 185.11 | 0.38 | 0.49 |
| Hex | 4D | A3 | AB | 37 | 5 | 0 | 21 | B9 | 26 | 31 |
| Octal | 115 | 243 | 253 | 67 | 5 | 0 | 41 | 271 | 46 | 61 |
| Binary | 1001101 | 10100011 | 10101011 | 110111 | 101 | 0 | 100001 | 10111001 | 100110 | 110001 |
Color Harmonies of #4DA3AB
Complementary color
Monochromatic Colors of #4DA3AB
Black with #4DA3AB
Text Example
Text Example
White with #4DA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA3AB; }
p { color: rgb(77,163,171); }
H1.HeaderClassName
{
color: #4DA3AB;
}
.AnyTagClassName
{
color: #4DA3AB;
}
</style>
background-color css
<style>
a { background-color: #4DA3AB; }
a { background-color: rgb(77,163,171); }
div.DivClassName
{
background-color: #4DA3AB;
}
.BgClassName
{
background-color: #4DA3AB;
}
</style>
border-color css
<style>
span { border-color: #4DA3AB; }
span { border-color: rgb(77,163,171); }
td.TdClassName
{
border-color: #4DA3AB;
}
.TagClassName
{
border-color: #4DA3AB;
}
</style>