Shades of Cadet Blue #48ABAB
Tints of Cadet Blue #48ABAB
RGB
CMYK
RGB Variations
Color information
#48ABAB (or 0x48ABAB) is known color: Cadet Blue. HEX triplet: 48, AB and AB. RGB value is (72,171,171). Sum of RGB (Red+Green+Blue) = 72+171+171=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #48ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABAB is #B75454. Grayscale: #8D8D8D. Windows color (decimal): -12014677 or 11250504. OLE color: 11250504.
HSL color Cylindrical-coordinate representation of color #48ABAB: hue angle of 180º 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 #48ABAB is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 171 | - |
| CMYK | 0.58 | 0 | 0 | 0.33 |
| HSL | 180º | 0.41% | 0.48% | - |
| HSV(B) | 180º | 0.58% | 0.67% | - |
| XYZ | 24.59 | 33.44 | 43.69 | - |
| YUV | 141.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 171 | 0.58 | 0 | 0 | 0.33 | 180 | 0.41 | 0.48 |
| Hex | 48 | AB | AB | 3A | 0 | 0 | 21 | B4 | 29 | 30 |
| Octal | 110 | 253 | 253 | 72 | 0 | 0 | 41 | 264 | 51 | 60 |
| Binary | 1001000 | 10101011 | 10101011 | 111010 | 0 | 0 | 100001 | 10110100 | 101001 | 110000 |
Color Harmonies of #48ABAB
Complementary color
Monochromatic Colors of #48ABAB
Black with #48ABAB
Text Example
Text Example
White with #48ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ABAB; }
p { color: rgb(72,171,171); }
H1.HeaderClassName
{
color: #48ABAB;
}
.AnyTagClassName
{
color: #48ABAB;
}
</style>
background-color css
<style>
a { background-color: #48ABAB; }
a { background-color: rgb(72,171,171); }
div.DivClassName
{
background-color: #48ABAB;
}
.BgClassName
{
background-color: #48ABAB;
}
</style>
border-color css
<style>
span { border-color: #48ABAB; }
span { border-color: rgb(72,171,171); }
td.TdClassName
{
border-color: #48ABAB;
}
.TagClassName
{
border-color: #48ABAB;
}
</style>