Shades of Medium Aquamarine #4BEAAA
Tints of Medium Aquamarine #4BEAAA
RGB
CMYK
RGB Variations
Color information
#4BEAAA (or 0x4BEAAA) is known color: Medium Aquamarine. HEX triplet: 4B, EA and AA. RGB value is (75,234,170). Sum of RGB (Red+Green+Blue) = 75+234+170=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEAAA is #B41555. Grayscale: #B3B3B3. Windows color (decimal): -11801942 or 11201099. OLE color: 11201099.
HSL color Cylindrical-coordinate representation of color #4BEAAA: hue angle of 155.85º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEAAA is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 170 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.08 |
| HSL | 155.85º | 0.79% | 0.61% | - |
| HSV(B) | 155.85º | 0.68% | 0.92% | - |
| XYZ | 39.58 | 63.24 | 48.15 | - |
| YUV | 179.16 | 122.82 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 170 | 0.68 | 0 | 0.27 | 0.08 | 155.85 | 0.79 | 0.61 |
| Hex | 4B | EA | AA | 44 | 0 | 1B | 8 | 9C | 4F | 3D |
| Octal | 113 | 352 | 252 | 104 | 0 | 33 | 10 | 234 | 117 | 75 |
| Binary | 1001011 | 11101010 | 10101010 | 1000100 | 0 | 11011 | 1000 | 10011100 | 1001111 | 111101 |
Color Harmonies of #4BEAAA
Complementary color
Monochromatic Colors of #4BEAAA
Black with #4BEAAA
Text Example
Text Example
White with #4BEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEAAA; }
p { color: rgb(75,234,170); }
H1.HeaderClassName
{
color: #4BEAAA;
}
.AnyTagClassName
{
color: #4BEAAA;
}
</style>
background-color css
<style>
a { background-color: #4BEAAA; }
a { background-color: rgb(75,234,170); }
div.DivClassName
{
background-color: #4BEAAA;
}
.BgClassName
{
background-color: #4BEAAA;
}
</style>
border-color css
<style>
span { border-color: #4BEAAA; }
span { border-color: rgb(75,234,170); }
td.TdClassName
{
border-color: #4BEAAA;
}
.TagClassName
{
border-color: #4BEAAA;
}
</style>