Shades of Cadet Blue #48A8AB
Tints of Cadet Blue #48A8AB
RGB
CMYK
RGB Variations
Color information
#48A8AB (or 0x48A8AB) is known color: Cadet Blue. HEX triplet: 48, A8 and AB. RGB value is (72,168,171). Sum of RGB (Red+Green+Blue) = 72+168+171=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #48A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A8AB is #B75754. Grayscale: #8B8B8B. Windows color (decimal): -12015445 or 11249736. OLE color: 11249736.
HSL color Cylindrical-coordinate representation of color #48A8AB: hue angle of 181.82º degrees, saturation: 0.41, 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 #48A8AB is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 168 | 171 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.33 |
| HSL | 181.82º | 0.41% | 0.48% | - |
| HSV(B) | 181.82º | 0.58% | 0.67% | - |
| XYZ | 24.03 | 32.32 | 43.5 | - |
| YUV | 139.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 168 | 171 | 0.58 | 0.02 | 0 | 0.33 | 181.82 | 0.41 | 0.48 |
| Hex | 48 | A8 | AB | 3A | 2 | 0 | 21 | B6 | 29 | 30 |
| Octal | 110 | 250 | 253 | 72 | 2 | 0 | 41 | 266 | 51 | 60 |
| Binary | 1001000 | 10101000 | 10101011 | 111010 | 10 | 0 | 100001 | 10110110 | 101001 | 110000 |
Color Harmonies of #48A8AB
Complementary color
Monochromatic Colors of #48A8AB
Black with #48A8AB
Text Example
Text Example
White with #48A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A8AB; }
p { color: rgb(72,168,171); }
H1.HeaderClassName
{
color: #48A8AB;
}
.AnyTagClassName
{
color: #48A8AB;
}
</style>
background-color css
<style>
a { background-color: #48A8AB; }
a { background-color: rgb(72,168,171); }
div.DivClassName
{
background-color: #48A8AB;
}
.BgClassName
{
background-color: #48A8AB;
}
</style>
border-color css
<style>
span { border-color: #48A8AB; }
span { border-color: rgb(72,168,171); }
td.TdClassName
{
border-color: #48A8AB;
}
.TagClassName
{
border-color: #48A8AB;
}
</style>