Shades of Cadet Blue #4DA5AA
Tints of Cadet Blue #4DA5AA
RGB
CMYK
RGB Variations
Color information
#4DA5AA (or 0x4DA5AA) is known color: Cadet Blue. HEX triplet: 4D, A5 and AA. RGB value is (77,165,170). Sum of RGB (Red+Green+Blue) = 77+165+170=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #4DA5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA5AA is #B25A55. Grayscale: #8B8B8B. Windows color (decimal): -11688534 or 11183437. OLE color: 11183437.
HSL color Cylindrical-coordinate representation of color #4DA5AA: hue angle of 183.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA5AA is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 165 | 170 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.33 |
| HSL | 183.23º | 0.38% | 0.48% | - |
| HSV(B) | 183.23º | 0.55% | 0.67% | - |
| XYZ | 23.77 | 31.39 | 42.84 | - |
| YUV | 139.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 170 | 0.55 | 0.03 | 0 | 0.33 | 183.23 | 0.38 | 0.48 |
| Hex | 4D | A5 | AA | 37 | 3 | 0 | 21 | B7 | 26 | 30 |
| Octal | 115 | 245 | 252 | 67 | 3 | 0 | 41 | 267 | 46 | 60 |
| Binary | 1001101 | 10100101 | 10101010 | 110111 | 11 | 0 | 100001 | 10110111 | 100110 | 110000 |
Color Harmonies of #4DA5AA
Complementary color
Monochromatic Colors of #4DA5AA
Black with #4DA5AA
Text Example
Text Example
White with #4DA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA5AA; }
p { color: rgb(77,165,170); }
H1.HeaderClassName
{
color: #4DA5AA;
}
.AnyTagClassName
{
color: #4DA5AA;
}
</style>
background-color css
<style>
a { background-color: #4DA5AA; }
a { background-color: rgb(77,165,170); }
div.DivClassName
{
background-color: #4DA5AA;
}
.BgClassName
{
background-color: #4DA5AA;
}
</style>
border-color css
<style>
span { border-color: #4DA5AA; }
span { border-color: rgb(77,165,170); }
td.TdClassName
{
border-color: #4DA5AA;
}
.TagClassName
{
border-color: #4DA5AA;
}
</style>