Shades of Medium Aquamarine #4BFDAA
Tints of Medium Aquamarine #4BFDAA
RGB
CMYK
RGB Variations
Color information
#4BFDAA (or 0x4BFDAA) is known color: Medium Aquamarine. HEX triplet: 4B, FD and AA. RGB value is (75,253,170). Sum of RGB (Red+Green+Blue) = 75+253+170=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFDAA is #B40255. Grayscale: #BEBEBE. Windows color (decimal): -11797078 or 11205963. OLE color: 11205963.
HSL color Cylindrical-coordinate representation of color #4BFDAA: hue angle of 152.02º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDAA is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 170 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.01 |
| HSL | 152.02º | 0.98% | 0.64% | - |
| HSV(B) | 152.02º | 0.7% | 0.99% | - |
| XYZ | 45.28 | 74.65 | 50.05 | - |
| YUV | 190.32 | 116.53 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 170 | 0.70 | 0 | 0.33 | 0.01 | 152.02 | 0.98 | 0.64 |
| Hex | 4B | FD | AA | 46 | 0 | 21 | 1 | 98 | 62 | 40 |
| Octal | 113 | 375 | 252 | 106 | 0 | 41 | 1 | 230 | 142 | 100 |
| Binary | 1001011 | 11111101 | 10101010 | 1000110 | 0 | 100001 | 1 | 10011000 | 1100010 | 1000000 |
Color Harmonies of #4BFDAA
Complementary color
Monochromatic Colors of #4BFDAA
Black with #4BFDAA
Text Example
Text Example
White with #4BFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDAA; }
p { color: rgb(75,253,170); }
H1.HeaderClassName
{
color: #4BFDAA;
}
.AnyTagClassName
{
color: #4BFDAA;
}
</style>
background-color css
<style>
a { background-color: #4BFDAA; }
a { background-color: rgb(75,253,170); }
div.DivClassName
{
background-color: #4BFDAA;
}
.BgClassName
{
background-color: #4BFDAA;
}
</style>
border-color css
<style>
span { border-color: #4BFDAA; }
span { border-color: rgb(75,253,170); }
td.TdClassName
{
border-color: #4BFDAA;
}
.TagClassName
{
border-color: #4BFDAA;
}
</style>