Shades of Cadet Blue #49ACAC
Tints of Cadet Blue #49ACAC
RGB
CMYK
RGB Variations
Color information
#49ACAC (or 0x49ACAC) is known color: Cadet Blue. HEX triplet: 49, AC and AC. RGB value is (73,172,172). Sum of RGB (Red+Green+Blue) = 73+172+172=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #49ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ACAC is #B65353. Grayscale: #8E8E8E. Windows color (decimal): -11948884 or 11316297. OLE color: 11316297.
HSL color Cylindrical-coordinate representation of color #49ACAC: hue angle of 180º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49ACAC is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 172 | - |
| CMYK | 0.58 | 0 | 0 | 0.33 |
| HSL | 180º | 0.4% | 0.48% | - |
| HSV(B) | 180º | 0.58% | 0.67% | - |
| XYZ | 24.95 | 33.9 | 44.26 | - |
| YUV | 142.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 172 | 0.58 | 0 | 0 | 0.33 | 180 | 0.4 | 0.48 |
| Hex | 49 | AC | AC | 3A | 0 | 0 | 21 | B4 | 28 | 30 |
| Octal | 111 | 254 | 254 | 72 | 0 | 0 | 41 | 264 | 50 | 60 |
| Binary | 1001001 | 10101100 | 10101100 | 111010 | 0 | 0 | 100001 | 10110100 | 101000 | 110000 |
Color Harmonies of #49ACAC
Complementary color
Monochromatic Colors of #49ACAC
Black with #49ACAC
Text Example
Text Example
White with #49ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACAC; }
p { color: rgb(73,172,172); }
H1.HeaderClassName
{
color: #49ACAC;
}
.AnyTagClassName
{
color: #49ACAC;
}
</style>
background-color css
<style>
a { background-color: #49ACAC; }
a { background-color: rgb(73,172,172); }
div.DivClassName
{
background-color: #49ACAC;
}
.BgClassName
{
background-color: #49ACAC;
}
</style>
border-color css
<style>
span { border-color: #49ACAC; }
span { border-color: rgb(73,172,172); }
td.TdClassName
{
border-color: #49ACAC;
}
.TagClassName
{
border-color: #49ACAC;
}
</style>