Shades of Cadet Blue #48AAA8
Tints of Cadet Blue #48AAA8
RGB
CMYK
RGB Variations
Color information
#48AAA8 (or 0x48AAA8) is known color: Cadet Blue. HEX triplet: 48, AA and A8. RGB value is (72,170,168). Sum of RGB (Red+Green+Blue) = 72+170+168=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #48AAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AAA8 is #B75557. Grayscale: #8C8C8C. Windows color (decimal): -12014936 or 11053640. OLE color: 11053640.
HSL color Cylindrical-coordinate representation of color #48AAA8: hue angle of 178.78º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AAA8 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 168 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.33 |
| HSL | 178.78º | 0.4% | 0.47% | - |
| HSV(B) | 178.78º | 0.58% | 0.67% | - |
| XYZ | 24.12 | 32.95 | 42.14 | - |
| YUV | 140.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 168 | 0.58 | 0 | 0.01 | 0.33 | 178.78 | 0.4 | 0.47 |
| Hex | 48 | AA | A8 | 3A | 0 | 1 | 21 | B3 | 28 | 2F |
| Octal | 110 | 252 | 250 | 72 | 0 | 1 | 41 | 263 | 50 | 57 |
| Binary | 1001000 | 10101010 | 10101000 | 111010 | 0 | 1 | 100001 | 10110011 | 101000 | 101111 |
Color Harmonies of #48AAA8
Complementary color
Monochromatic Colors of #48AAA8
Black with #48AAA8
Text Example
Text Example
White with #48AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AAA8; }
p { color: rgb(72,170,168); }
H1.HeaderClassName
{
color: #48AAA8;
}
.AnyTagClassName
{
color: #48AAA8;
}
</style>
background-color css
<style>
a { background-color: #48AAA8; }
a { background-color: rgb(72,170,168); }
div.DivClassName
{
background-color: #48AAA8;
}
.BgClassName
{
background-color: #48AAA8;
}
</style>
border-color css
<style>
span { border-color: #48AAA8; }
span { border-color: rgb(72,170,168); }
td.TdClassName
{
border-color: #48AAA8;
}
.TagClassName
{
border-color: #48AAA8;
}
</style>