Shades of Medium Aquamarine #4AEEAF
Tints of Medium Aquamarine #4AEEAF
RGB
CMYK
RGB Variations
Color information
#4AEEAF (or 0x4AEEAF) is known color: Medium Aquamarine. HEX triplet: 4A, EE and AF. RGB value is (74,238,175). Sum of RGB (Red+Green+Blue) = 74+238+175=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEEAF is #B51150. Grayscale: #B5B5B5. Windows color (decimal): -11866449 or 11529802. OLE color: 11529802.
HSL color Cylindrical-coordinate representation of color #4AEEAF: hue angle of 156.95º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEEAF is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 175 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.07 |
| HSL | 156.95º | 0.83% | 0.61% | - |
| HSV(B) | 156.95º | 0.69% | 0.93% | - |
| XYZ | 41.14 | 65.7 | 51.07 | - |
| YUV | 181.78 | 124.17 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 175 | 0.69 | 0 | 0.26 | 0.07 | 156.95 | 0.83 | 0.61 |
| Hex | 4A | EE | AF | 45 | 0 | 1A | 7 | 9D | 53 | 3D |
| Octal | 112 | 356 | 257 | 105 | 0 | 32 | 7 | 235 | 123 | 75 |
| Binary | 1001010 | 11101110 | 10101111 | 1000101 | 0 | 11010 | 111 | 10011101 | 1010011 | 111101 |
Color Harmonies of #4AEEAF
Complementary color
Monochromatic Colors of #4AEEAF
Black with #4AEEAF
Text Example
Text Example
White with #4AEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEAF; }
p { color: rgb(74,238,175); }
H1.HeaderClassName
{
color: #4AEEAF;
}
.AnyTagClassName
{
color: #4AEEAF;
}
</style>
background-color css
<style>
a { background-color: #4AEEAF; }
a { background-color: rgb(74,238,175); }
div.DivClassName
{
background-color: #4AEEAF;
}
.BgClassName
{
background-color: #4AEEAF;
}
</style>
border-color css
<style>
span { border-color: #4AEEAF; }
span { border-color: rgb(74,238,175); }
td.TdClassName
{
border-color: #4AEEAF;
}
.TagClassName
{
border-color: #4AEEAF;
}
</style>