Shades of Cadet Blue #4BA39B
Tints of Cadet Blue #4BA39B
RGB
CMYK
RGB Variations
Color information
#4BA39B (or 0x4BA39B) is known color: Cadet Blue. HEX triplet: 4B, A3 and 9B. RGB value is (75,163,155). Sum of RGB (Red+Green+Blue) = 75+163+155=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA39B is #B45C64. Grayscale: #878787. Windows color (decimal): -11820133 or 10199883. OLE color: 10199883.
HSL color Cylindrical-coordinate representation of color #4BA39B: hue angle of 174.55º 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 #4BA39B is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 155 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.36 |
| HSL | 174.55º | 0.37% | 0.47% | - |
| HSV(B) | 174.55º | 0.54% | 0.64% | - |
| XYZ | 21.92 | 30.06 | 35.66 | - |
| YUV | 135.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 155 | 0.54 | 0 | 0.05 | 0.36 | 174.55 | 0.37 | 0.47 |
| Hex | 4B | A3 | 9B | 36 | 0 | 5 | 24 | AF | 25 | 2F |
| Octal | 113 | 243 | 233 | 66 | 0 | 5 | 44 | 257 | 45 | 57 |
| Binary | 1001011 | 10100011 | 10011011 | 110110 | 0 | 101 | 100100 | 10101111 | 100101 | 101111 |
Color Harmonies of #4BA39B
Complementary color
Monochromatic Colors of #4BA39B
Black with #4BA39B
Text Example
Text Example
White with #4BA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA39B; }
p { color: rgb(75,163,155); }
H1.HeaderClassName
{
color: #4BA39B;
}
.AnyTagClassName
{
color: #4BA39B;
}
</style>
background-color css
<style>
a { background-color: #4BA39B; }
a { background-color: rgb(75,163,155); }
div.DivClassName
{
background-color: #4BA39B;
}
.BgClassName
{
background-color: #4BA39B;
}
</style>
border-color css
<style>
span { border-color: #4BA39B; }
span { border-color: rgb(75,163,155); }
td.TdClassName
{
border-color: #4BA39B;
}
.TagClassName
{
border-color: #4BA39B;
}
</style>