Shades of Aquamarine #7FEEBD
Tints of Aquamarine #7FEEBD
RGB
CMYK
RGB Variations
Color information
#7FEEBD (or 0x7FEEBD) is known color: Aquamarine. HEX triplet: 7F, EE and BD. RGB value is (127,238,189). Sum of RGB (Red+Green+Blue) = 127+238+189=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEEBD is #801142. Grayscale: #C7C7C7. Windows color (decimal): -8393027 or 12447359. OLE color: 12447359.
HSL color Cylindrical-coordinate representation of color #7FEEBD: hue angle of 153.51º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEBD is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 189 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.07 |
| HSL | 153.51º | 0.77% | 0.72% | - |
| HSV(B) | 153.51º | 0.47% | 0.93% | - |
| XYZ | 48.51 | 69.34 | 58.97 | - |
| YUV | 199.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 189 | 0.47 | 0 | 0.21 | 0.07 | 153.51 | 0.77 | 0.72 |
| Hex | 7F | EE | BD | 2F | 0 | 15 | 7 | 9A | 4D | 48 |
| Octal | 177 | 356 | 275 | 57 | 0 | 25 | 7 | 232 | 115 | 110 |
| Binary | 1111111 | 11101110 | 10111101 | 101111 | 0 | 10101 | 111 | 10011010 | 1001101 | 1001000 |
Color Harmonies of #7FEEBD
Complementary color
Monochromatic Colors of #7FEEBD
Black with #7FEEBD
Text Example
Text Example
White with #7FEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEEBD; }
p { color: rgb(127,238,189); }
H1.HeaderClassName
{
color: #7FEEBD;
}
.AnyTagClassName
{
color: #7FEEBD;
}
</style>
background-color css
<style>
a { background-color: #7FEEBD; }
a { background-color: rgb(127,238,189); }
div.DivClassName
{
background-color: #7FEEBD;
}
.BgClassName
{
background-color: #7FEEBD;
}
</style>
border-color css
<style>
span { border-color: #7FEEBD; }
span { border-color: rgb(127,238,189); }
td.TdClassName
{
border-color: #7FEEBD;
}
.TagClassName
{
border-color: #7FEEBD;
}
</style>