Shades of Cadet Blue #4AA39A
Tints of Cadet Blue #4AA39A
RGB
CMYK
RGB Variations
Color information
#4AA39A (or 0x4AA39A) is known color: Cadet Blue. HEX triplet: 4A, A3 and 9A. RGB value is (74,163,154). Sum of RGB (Red+Green+Blue) = 74+163+154=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA39A is #B55C65. Grayscale: #878787. Windows color (decimal): -11885670 or 10134346. OLE color: 10134346.
HSL color Cylindrical-coordinate representation of color #4AA39A: hue angle of 173.93º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA39A is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 163 | 154 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.36 |
| HSL | 173.93º | 0.38% | 0.46% | - |
| HSV(B) | 173.93º | 0.55% | 0.64% | - |
| XYZ | 21.75 | 29.98 | 35.21 | - |
| YUV | 135.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 154 | 0.55 | 0 | 0.06 | 0.36 | 173.93 | 0.38 | 0.46 |
| Hex | 4A | A3 | 9A | 37 | 0 | 6 | 24 | AE | 26 | 2E |
| Octal | 112 | 243 | 232 | 67 | 0 | 6 | 44 | 256 | 46 | 56 |
| Binary | 1001010 | 10100011 | 10011010 | 110111 | 0 | 110 | 100100 | 10101110 | 100110 | 101110 |
Color Harmonies of #4AA39A
Complementary color
Monochromatic Colors of #4AA39A
Black with #4AA39A
Text Example
Text Example
White with #4AA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA39A; }
p { color: rgb(74,163,154); }
H1.HeaderClassName
{
color: #4AA39A;
}
.AnyTagClassName
{
color: #4AA39A;
}
</style>
background-color css
<style>
a { background-color: #4AA39A; }
a { background-color: rgb(74,163,154); }
div.DivClassName
{
background-color: #4AA39A;
}
.BgClassName
{
background-color: #4AA39A;
}
</style>
border-color css
<style>
span { border-color: #4AA39A; }
span { border-color: rgb(74,163,154); }
td.TdClassName
{
border-color: #4AA39A;
}
.TagClassName
{
border-color: #4AA39A;
}
</style>