Shades of Medium Aquamarine #4BD2AA
Tints of Medium Aquamarine #4BD2AA
RGB
CMYK
RGB Variations
Color information
#4BD2AA (or 0x4BD2AA) is known color: Medium Aquamarine. HEX triplet: 4B, D2 and AA. RGB value is (75,210,170). Sum of RGB (Red+Green+Blue) = 75+210+170=455 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.48% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD2AA is #B42D55. Grayscale: #A5A5A5. Windows color (decimal): -11808086 or 11194955. OLE color: 11194955.
HSL color Cylindrical-coordinate representation of color #4BD2AA: hue angle of 162.22º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD2AA is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 170 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.18 |
| HSL | 162.22º | 0.6% | 0.56% | - |
| HSV(B) | 162.22º | 0.64% | 0.82% | - |
| XYZ | 33.2 | 50.49 | 46.03 | - |
| YUV | 165.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 170 | 0.64 | 0 | 0.19 | 0.18 | 162.22 | 0.6 | 0.56 |
| Hex | 4B | D2 | AA | 40 | 0 | 13 | 12 | A2 | 3C | 38 |
| Octal | 113 | 322 | 252 | 100 | 0 | 23 | 22 | 242 | 74 | 70 |
| Binary | 1001011 | 11010010 | 10101010 | 1000000 | 0 | 10011 | 10010 | 10100010 | 111100 | 111000 |
Color Harmonies of #4BD2AA
Complementary color
Monochromatic Colors of #4BD2AA
Black with #4BD2AA
Text Example
Text Example
White with #4BD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD2AA; }
p { color: rgb(75,210,170); }
H1.HeaderClassName
{
color: #4BD2AA;
}
.AnyTagClassName
{
color: #4BD2AA;
}
</style>
background-color css
<style>
a { background-color: #4BD2AA; }
a { background-color: rgb(75,210,170); }
div.DivClassName
{
background-color: #4BD2AA;
}
.BgClassName
{
background-color: #4BD2AA;
}
</style>
border-color css
<style>
span { border-color: #4BD2AA; }
span { border-color: rgb(75,210,170); }
td.TdClassName
{
border-color: #4BD2AA;
}
.TagClassName
{
border-color: #4BD2AA;
}
</style>