Shades of Medium Aquamarine #4BDEAF
Tints of Medium Aquamarine #4BDEAF
RGB
CMYK
RGB Variations
Color information
#4BDEAF (or 0x4BDEAF) is known color: Medium Aquamarine. HEX triplet: 4B, DE and AF. RGB value is (75,222,175). Sum of RGB (Red+Green+Blue) = 75+222+175=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDEAF is #B42150. Grayscale: #ACACAC. Windows color (decimal): -11805009 or 11525707. OLE color: 11525707.
HSL color Cylindrical-coordinate representation of color #4BDEAF: hue angle of 160.82º 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 #4BDEAF is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 175 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.13 |
| HSL | 160.82º | 0.69% | 0.58% | - |
| HSV(B) | 160.82º | 0.66% | 0.87% | - |
| XYZ | 36.76 | 56.83 | 49.59 | - |
| YUV | 172.69 | 129.3 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 175 | 0.66 | 0 | 0.21 | 0.13 | 160.82 | 0.69 | 0.58 |
| Hex | 4B | DE | AF | 42 | 0 | 15 | D | A1 | 45 | 3A |
| Octal | 113 | 336 | 257 | 102 | 0 | 25 | 15 | 241 | 105 | 72 |
| Binary | 1001011 | 11011110 | 10101111 | 1000010 | 0 | 10101 | 1101 | 10100001 | 1000101 | 111010 |
Color Harmonies of #4BDEAF
Complementary color
Monochromatic Colors of #4BDEAF
Black with #4BDEAF
Text Example
Text Example
White with #4BDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDEAF; }
p { color: rgb(75,222,175); }
H1.HeaderClassName
{
color: #4BDEAF;
}
.AnyTagClassName
{
color: #4BDEAF;
}
</style>
background-color css
<style>
a { background-color: #4BDEAF; }
a { background-color: rgb(75,222,175); }
div.DivClassName
{
background-color: #4BDEAF;
}
.BgClassName
{
background-color: #4BDEAF;
}
</style>
border-color css
<style>
span { border-color: #4BDEAF; }
span { border-color: rgb(75,222,175); }
td.TdClassName
{
border-color: #4BDEAF;
}
.TagClassName
{
border-color: #4BDEAF;
}
</style>