Shades of Medium Aquamarine #4BF4A7
Tints of Medium Aquamarine #4BF4A7
RGB
CMYK
RGB Variations
Color information
#4BF4A7 (or 0x4BF4A7) is known color: Medium Aquamarine. HEX triplet: 4B, F4 and A7. RGB value is (75,244,167). Sum of RGB (Red+Green+Blue) = 75+244+167=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #4BF4A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF4A7 is #B40B58. Grayscale: #B8B8B8. Windows color (decimal): -11799385 or 11007051. OLE color: 11007051.
HSL color Cylindrical-coordinate representation of color #4BF4A7: hue angle of 152.66º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF4A7 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 244 | 167 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.04 |
| HSL | 152.66º | 0.88% | 0.63% | - |
| HSV(B) | 152.66º | 0.69% | 0.96% | - |
| XYZ | 42.23 | 68.99 | 47.65 | - |
| YUV | 184.69 | 118.01 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 244 | 167 | 0.69 | 0 | 0.32 | 0.04 | 152.66 | 0.88 | 0.63 |
| Hex | 4B | F4 | A7 | 45 | 0 | 20 | 4 | 99 | 58 | 3F |
| Octal | 113 | 364 | 247 | 105 | 0 | 40 | 4 | 231 | 130 | 77 |
| Binary | 1001011 | 11110100 | 10100111 | 1000101 | 0 | 100000 | 100 | 10011001 | 1011000 | 111111 |
Color Harmonies of #4BF4A7
Complementary color
Monochromatic Colors of #4BF4A7
Black with #4BF4A7
Text Example
Text Example
White with #4BF4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF4A7; }
p { color: rgb(75,244,167); }
H1.HeaderClassName
{
color: #4BF4A7;
}
.AnyTagClassName
{
color: #4BF4A7;
}
</style>
background-color css
<style>
a { background-color: #4BF4A7; }
a { background-color: rgb(75,244,167); }
div.DivClassName
{
background-color: #4BF4A7;
}
.BgClassName
{
background-color: #4BF4A7;
}
</style>
border-color css
<style>
span { border-color: #4BF4A7; }
span { border-color: rgb(75,244,167); }
td.TdClassName
{
border-color: #4BF4A7;
}
.TagClassName
{
border-color: #4BF4A7;
}
</style>