Shades of Cadet Blue #4BA399
Tints of Cadet Blue #4BA399
RGB
CMYK
RGB Variations
Color information
#4BA399 (or 0x4BA399) is known color: Cadet Blue. HEX triplet: 4B, A3 and 99. RGB value is (75,163,153). Sum of RGB (Red+Green+Blue) = 75+163+153=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA399 is #B45C66. Grayscale: #878787. Windows color (decimal): -11820135 or 10068811. OLE color: 10068811.
HSL color Cylindrical-coordinate representation of color #4BA399: hue angle of 173.18º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA399 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 153 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.36 |
| HSL | 173.18º | 0.37% | 0.47% | - |
| HSV(B) | 173.18º | 0.54% | 0.64% | - |
| XYZ | 21.75 | 29.99 | 34.78 | - |
| YUV | 135.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 153 | 0.54 | 0 | 0.06 | 0.36 | 173.18 | 0.37 | 0.47 |
| Hex | 4B | A3 | 99 | 36 | 0 | 6 | 24 | AD | 25 | 2F |
| Octal | 113 | 243 | 231 | 66 | 0 | 6 | 44 | 255 | 45 | 57 |
| Binary | 1001011 | 10100011 | 10011001 | 110110 | 0 | 110 | 100100 | 10101101 | 100101 | 101111 |
Color Harmonies of #4BA399
Complementary color
Monochromatic Colors of #4BA399
Black with #4BA399
Text Example
Text Example
White with #4BA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA399; }
p { color: rgb(75,163,153); }
H1.HeaderClassName
{
color: #4BA399;
}
.AnyTagClassName
{
color: #4BA399;
}
</style>
background-color css
<style>
a { background-color: #4BA399; }
a { background-color: rgb(75,163,153); }
div.DivClassName
{
background-color: #4BA399;
}
.BgClassName
{
background-color: #4BA399;
}
</style>
border-color css
<style>
span { border-color: #4BA399; }
span { border-color: rgb(75,163,153); }
td.TdClassName
{
border-color: #4BA399;
}
.TagClassName
{
border-color: #4BA399;
}
</style>