Shades of Medium Aquamarine #4BDEAA
Tints of Medium Aquamarine #4BDEAA
RGB
CMYK
RGB Variations
Color information
#4BDEAA (or 0x4BDEAA) is known color: Medium Aquamarine. HEX triplet: 4B, DE and AA. RGB value is (75,222,170). Sum of RGB (Red+Green+Blue) = 75+222+170=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDEAA is #B42155. Grayscale: #ACACAC. Windows color (decimal): -11805014 or 11198027. OLE color: 11198027.
HSL color Cylindrical-coordinate representation of color #4BDEAA: hue angle of 158.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDEAA is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 170 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.13 |
| HSL | 158.78º | 0.69% | 0.58% | - |
| HSV(B) | 158.78º | 0.66% | 0.87% | - |
| XYZ | 36.28 | 56.64 | 47.05 | - |
| YUV | 172.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 170 | 0.66 | 0 | 0.23 | 0.13 | 158.78 | 0.69 | 0.58 |
| Hex | 4B | DE | AA | 42 | 0 | 17 | D | 9F | 45 | 3A |
| Octal | 113 | 336 | 252 | 102 | 0 | 27 | 15 | 237 | 105 | 72 |
| Binary | 1001011 | 11011110 | 10101010 | 1000010 | 0 | 10111 | 1101 | 10011111 | 1000101 | 111010 |
Color Harmonies of #4BDEAA
Complementary color
Monochromatic Colors of #4BDEAA
Black with #4BDEAA
Text Example
Text Example
White with #4BDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDEAA; }
p { color: rgb(75,222,170); }
H1.HeaderClassName
{
color: #4BDEAA;
}
.AnyTagClassName
{
color: #4BDEAA;
}
</style>
background-color css
<style>
a { background-color: #4BDEAA; }
a { background-color: rgb(75,222,170); }
div.DivClassName
{
background-color: #4BDEAA;
}
.BgClassName
{
background-color: #4BDEAA;
}
</style>
border-color css
<style>
span { border-color: #4BDEAA; }
span { border-color: rgb(75,222,170); }
td.TdClassName
{
border-color: #4BDEAA;
}
.TagClassName
{
border-color: #4BDEAA;
}
</style>