Shades of Cadet Blue #4AA09C
Tints of Cadet Blue #4AA09C
RGB
CMYK
RGB Variations
Color information
#4AA09C (or 0x4AA09C) is known color: Cadet Blue. HEX triplet: 4A, A0 and 9C. RGB value is (74,160,156). Sum of RGB (Red+Green+Blue) = 74+160+156=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA09C is #B55F63. Grayscale: #858585. Windows color (decimal): -11886436 or 10264650. OLE color: 10264650.
HSL color Cylindrical-coordinate representation of color #4AA09C: hue angle of 177.21º 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 #4AA09C is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 156 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.37 |
| HSL | 177.21º | 0.37% | 0.46% | - |
| HSV(B) | 177.21º | 0.54% | 0.63% | - |
| XYZ | 21.4 | 29 | 35.92 | - |
| YUV | 133.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 156 | 0.54 | 0 | 0.02 | 0.37 | 177.21 | 0.37 | 0.46 |
| Hex | 4A | A0 | 9C | 36 | 0 | 2 | 25 | B1 | 25 | 2E |
| Octal | 112 | 240 | 234 | 66 | 0 | 2 | 45 | 261 | 45 | 56 |
| Binary | 1001010 | 10100000 | 10011100 | 110110 | 0 | 10 | 100101 | 10110001 | 100101 | 101110 |
Color Harmonies of #4AA09C
Complementary color
Monochromatic Colors of #4AA09C
Black with #4AA09C
Text Example
Text Example
White with #4AA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA09C; }
p { color: rgb(74,160,156); }
H1.HeaderClassName
{
color: #4AA09C;
}
.AnyTagClassName
{
color: #4AA09C;
}
</style>
background-color css
<style>
a { background-color: #4AA09C; }
a { background-color: rgb(74,160,156); }
div.DivClassName
{
background-color: #4AA09C;
}
.BgClassName
{
background-color: #4AA09C;
}
</style>
border-color css
<style>
span { border-color: #4AA09C; }
span { border-color: rgb(74,160,156); }
td.TdClassName
{
border-color: #4AA09C;
}
.TagClassName
{
border-color: #4AA09C;
}
</style>