Shades of Cadet Blue #4AA09F
Tints of Cadet Blue #4AA09F
RGB
CMYK
RGB Variations
Color information
#4AA09F (or 0x4AA09F) is known color: Cadet Blue. HEX triplet: 4A, A0 and 9F. RGB value is (74,160,159). Sum of RGB (Red+Green+Blue) = 74+160+159=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA09F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA09F is #B55F60. Grayscale: #868686. Windows color (decimal): -11886433 or 10461258. OLE color: 10461258.
HSL color Cylindrical-coordinate representation of color #4AA09F: hue angle of 179.3º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA09F is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 159 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.37 |
| HSL | 179.3º | 0.37% | 0.46% | - |
| HSV(B) | 179.3º | 0.54% | 0.63% | - |
| XYZ | 21.65 | 29.1 | 37.28 | - |
| YUV | 134.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 159 | 0.54 | 0 | 0.01 | 0.37 | 179.3 | 0.37 | 0.46 |
| Hex | 4A | A0 | 9F | 36 | 0 | 1 | 25 | B3 | 25 | 2E |
| Octal | 112 | 240 | 237 | 66 | 0 | 1 | 45 | 263 | 45 | 56 |
| Binary | 1001010 | 10100000 | 10011111 | 110110 | 0 | 1 | 100101 | 10110011 | 100101 | 101110 |
Color Harmonies of #4AA09F
Complementary color
Monochromatic Colors of #4AA09F
Black with #4AA09F
Text Example
Text Example
White with #4AA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA09F; }
p { color: rgb(74,160,159); }
H1.HeaderClassName
{
color: #4AA09F;
}
.AnyTagClassName
{
color: #4AA09F;
}
</style>
background-color css
<style>
a { background-color: #4AA09F; }
a { background-color: rgb(74,160,159); }
div.DivClassName
{
background-color: #4AA09F;
}
.BgClassName
{
background-color: #4AA09F;
}
</style>
border-color css
<style>
span { border-color: #4AA09F; }
span { border-color: rgb(74,160,159); }
td.TdClassName
{
border-color: #4AA09F;
}
.TagClassName
{
border-color: #4AA09F;
}
</style>