Shades of Cadet Blue #4BA2AA
Tints of Cadet Blue #4BA2AA
RGB
CMYK
RGB Variations
Color information
#4BA2AA (or 0x4BA2AA) is known color: Cadet Blue. HEX triplet: 4B, A2 and AA. RGB value is (75,162,170). Sum of RGB (Red+Green+Blue) = 75+162+170=407 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.43% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #4BA2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA2AA is #B45D55. Grayscale: #888888. Windows color (decimal): -11820374 or 11182667. OLE color: 11182667.
HSL color Cylindrical-coordinate representation of color #4BA2AA: hue angle of 185.05º 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 #4BA2AA is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 162 | 170 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.33 |
| HSL | 185.05º | 0.39% | 0.48% | - |
| HSV(B) | 185.05º | 0.56% | 0.67% | - |
| XYZ | 23.08 | 30.24 | 42.65 | - |
| YUV | 136.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 170 | 0.56 | 0.05 | 0 | 0.33 | 185.05 | 0.39 | 0.48 |
| Hex | 4B | A2 | AA | 38 | 5 | 0 | 21 | B9 | 27 | 30 |
| Octal | 113 | 242 | 252 | 70 | 5 | 0 | 41 | 271 | 47 | 60 |
| Binary | 1001011 | 10100010 | 10101010 | 111000 | 101 | 0 | 100001 | 10111001 | 100111 | 110000 |
Color Harmonies of #4BA2AA
Complementary color
Monochromatic Colors of #4BA2AA
Black with #4BA2AA
Text Example
Text Example
White with #4BA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA2AA; }
p { color: rgb(75,162,170); }
H1.HeaderClassName
{
color: #4BA2AA;
}
.AnyTagClassName
{
color: #4BA2AA;
}
</style>
background-color css
<style>
a { background-color: #4BA2AA; }
a { background-color: rgb(75,162,170); }
div.DivClassName
{
background-color: #4BA2AA;
}
.BgClassName
{
background-color: #4BA2AA;
}
</style>
border-color css
<style>
span { border-color: #4BA2AA; }
span { border-color: rgb(75,162,170); }
td.TdClassName
{
border-color: #4BA2AA;
}
.TagClassName
{
border-color: #4BA2AA;
}
</style>