Shades of Cadet Blue #48ADAC
Tints of Cadet Blue #48ADAC
RGB
CMYK
RGB Variations
Color information
#48ADAC (or 0x48ADAC) is known color: Cadet Blue. HEX triplet: 48, AD and AC. RGB value is (72,173,172). Sum of RGB (Red+Green+Blue) = 72+173+172=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #48ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ADAC is #B75253. Grayscale: #8E8E8E. Windows color (decimal): -12014164 or 11316552. OLE color: 11316552.
HSL color Cylindrical-coordinate representation of color #48ADAC: hue angle of 179.41º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48ADAC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 172 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.32 |
| HSL | 179.41º | 0.41% | 0.48% | - |
| HSV(B) | 179.41º | 0.58% | 0.68% | - |
| XYZ | 25.06 | 34.24 | 44.32 | - |
| YUV | 142.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 172 | 0.58 | 0 | 0.01 | 0.32 | 179.41 | 0.41 | 0.48 |
| Hex | 48 | AD | AC | 3A | 0 | 1 | 20 | B3 | 29 | 30 |
| Octal | 110 | 255 | 254 | 72 | 0 | 1 | 40 | 263 | 51 | 60 |
| Binary | 1001000 | 10101101 | 10101100 | 111010 | 0 | 1 | 100000 | 10110011 | 101001 | 110000 |
Color Harmonies of #48ADAC
Complementary color
Monochromatic Colors of #48ADAC
Black with #48ADAC
Text Example
Text Example
White with #48ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADAC; }
p { color: rgb(72,173,172); }
H1.HeaderClassName
{
color: #48ADAC;
}
.AnyTagClassName
{
color: #48ADAC;
}
</style>
background-color css
<style>
a { background-color: #48ADAC; }
a { background-color: rgb(72,173,172); }
div.DivClassName
{
background-color: #48ADAC;
}
.BgClassName
{
background-color: #48ADAC;
}
</style>
border-color css
<style>
span { border-color: #48ADAC; }
span { border-color: rgb(72,173,172); }
td.TdClassName
{
border-color: #48ADAC;
}
.TagClassName
{
border-color: #48ADAC;
}
</style>