Shades of Cadet Blue #4CABAB
Tints of Cadet Blue #4CABAB
RGB
CMYK
RGB Variations
Color information
#4CABAB (or 0x4CABAB) is known color: Cadet Blue. HEX triplet: 4C, AB and AB. RGB value is (76,171,171). Sum of RGB (Red+Green+Blue) = 76+171+171=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #4CABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CABAB is #B35454. Grayscale: #8E8E8E. Windows color (decimal): -11752533 or 11250508. OLE color: 11250508.
HSL color Cylindrical-coordinate representation of color #4CABAB: hue angle of 180º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CABAB is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 171 | 171 | - |
| CMYK | 0.56 | 0 | 0 | 0.33 |
| HSL | 180º | 0.38% | 0.48% | - |
| HSV(B) | 180º | 0.56% | 0.67% | - |
| XYZ | 24.89 | 33.6 | 43.7 | - |
| YUV | 142.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 171 | 0.56 | 0 | 0 | 0.33 | 180 | 0.38 | 0.48 |
| Hex | 4C | AB | AB | 38 | 0 | 0 | 21 | B4 | 26 | 30 |
| Octal | 114 | 253 | 253 | 70 | 0 | 0 | 41 | 264 | 46 | 60 |
| Binary | 1001100 | 10101011 | 10101011 | 111000 | 0 | 0 | 100001 | 10110100 | 100110 | 110000 |
Color Harmonies of #4CABAB
Complementary color
Monochromatic Colors of #4CABAB
Black with #4CABAB
Text Example
Text Example
White with #4CABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CABAB; }
p { color: rgb(76,171,171); }
H1.HeaderClassName
{
color: #4CABAB;
}
.AnyTagClassName
{
color: #4CABAB;
}
</style>
background-color css
<style>
a { background-color: #4CABAB; }
a { background-color: rgb(76,171,171); }
div.DivClassName
{
background-color: #4CABAB;
}
.BgClassName
{
background-color: #4CABAB;
}
</style>
border-color css
<style>
span { border-color: #4CABAB; }
span { border-color: rgb(76,171,171); }
td.TdClassName
{
border-color: #4CABAB;
}
.TagClassName
{
border-color: #4CABAB;
}
</style>