Shades of Cadet Blue #4BA0AA
Tints of Cadet Blue #4BA0AA
RGB
CMYK
RGB Variations
Color information
#4BA0AA (or 0x4BA0AA) is known color: Cadet Blue. HEX triplet: 4B, A0 and AA. RGB value is (75,160,170). Sum of RGB (Red+Green+Blue) = 75+160+170=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #4BA0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA0AA is #B45F55. Grayscale: #878787. Windows color (decimal): -11820886 or 11182155. OLE color: 11182155.
HSL color Cylindrical-coordinate representation of color #4BA0AA: hue angle of 186.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA0AA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 160 | 170 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.33 |
| HSL | 186.32º | 0.39% | 0.48% | - |
| HSV(B) | 186.32º | 0.56% | 0.67% | - |
| XYZ | 22.73 | 29.54 | 42.53 | - |
| YUV | 135.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 170 | 0.56 | 0.06 | 0 | 0.33 | 186.32 | 0.39 | 0.48 |
| Hex | 4B | A0 | AA | 38 | 6 | 0 | 21 | BA | 27 | 30 |
| Octal | 113 | 240 | 252 | 70 | 6 | 0 | 41 | 272 | 47 | 60 |
| Binary | 1001011 | 10100000 | 10101010 | 111000 | 110 | 0 | 100001 | 10111010 | 100111 | 110000 |
Color Harmonies of #4BA0AA
Complementary color
Monochromatic Colors of #4BA0AA
Black with #4BA0AA
Text Example
Text Example
White with #4BA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA0AA; }
p { color: rgb(75,160,170); }
H1.HeaderClassName
{
color: #4BA0AA;
}
.AnyTagClassName
{
color: #4BA0AA;
}
</style>
background-color css
<style>
a { background-color: #4BA0AA; }
a { background-color: rgb(75,160,170); }
div.DivClassName
{
background-color: #4BA0AA;
}
.BgClassName
{
background-color: #4BA0AA;
}
</style>
border-color css
<style>
span { border-color: #4BA0AA; }
span { border-color: rgb(75,160,170); }
td.TdClassName
{
border-color: #4BA0AA;
}
.TagClassName
{
border-color: #4BA0AA;
}
</style>