Shades of Cadet Blue #4BACAB
Tints of Cadet Blue #4BACAB
RGB
CMYK
RGB Variations
Color information
#4BACAB (or 0x4BACAB) is known color: Cadet Blue. HEX triplet: 4B, AC and AB. RGB value is (75,172,171). Sum of RGB (Red+Green+Blue) = 75+172+171=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #4BACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BACAB is #B45354. Grayscale: #8E8E8E. Windows color (decimal): -11817813 or 11250763. OLE color: 11250763.
HSL color Cylindrical-coordinate representation of color #4BACAB: hue angle of 179.38º degrees, saturation: 0.39, 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 #4BACAB is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 171 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.33 |
| HSL | 179.38º | 0.39% | 0.48% | - |
| HSV(B) | 179.38º | 0.56% | 0.67% | - |
| XYZ | 25 | 33.94 | 43.76 | - |
| YUV | 142.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 171 | 0.56 | 0 | 0.01 | 0.33 | 179.38 | 0.39 | 0.48 |
| Hex | 4B | AC | AB | 38 | 0 | 1 | 21 | B3 | 27 | 30 |
| Octal | 113 | 254 | 253 | 70 | 0 | 1 | 41 | 263 | 47 | 60 |
| Binary | 1001011 | 10101100 | 10101011 | 111000 | 0 | 1 | 100001 | 10110011 | 100111 | 110000 |
Color Harmonies of #4BACAB
Complementary color
Monochromatic Colors of #4BACAB
Black with #4BACAB
Text Example
Text Example
White with #4BACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACAB; }
p { color: rgb(75,172,171); }
H1.HeaderClassName
{
color: #4BACAB;
}
.AnyTagClassName
{
color: #4BACAB;
}
</style>
background-color css
<style>
a { background-color: #4BACAB; }
a { background-color: rgb(75,172,171); }
div.DivClassName
{
background-color: #4BACAB;
}
.BgClassName
{
background-color: #4BACAB;
}
</style>
border-color css
<style>
span { border-color: #4BACAB; }
span { border-color: rgb(75,172,171); }
td.TdClassName
{
border-color: #4BACAB;
}
.TagClassName
{
border-color: #4BACAB;
}
</style>