Shades of Aquamarine #7FFBDA
Tints of Aquamarine #7FFBDA
RGB
CMYK
RGB Variations
Color information
#7FFBDA (or 0x7FFBDA) is known color: Aquamarine. HEX triplet: 7F, FB and DA. RGB value is (127,251,218). Sum of RGB (Red+Green+Blue) = 127+251+218=596 (78% of max value = 765). Red value is 127 (50% from 255 or 21.31% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBDA is #800425. Grayscale: #D2D2D2. Windows color (decimal): -8389670 or 14351231. OLE color: 14351231.
HSL color Cylindrical-coordinate representation of color #7FFBDA: hue angle of 164.03º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFBDA is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 218 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.02 |
| HSL | 164.03º | 0.94% | 0.74% | - |
| HSV(B) | 164.03º | 0.49% | 0.98% | - |
| XYZ | 55.9 | 78.57 | 78.55 | - |
| YUV | 210.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 218 | 0.49 | 0 | 0.13 | 0.02 | 164.03 | 0.94 | 0.74 |
| Hex | 7F | FB | DA | 31 | 0 | D | 2 | A4 | 5E | 4A |
| Octal | 177 | 373 | 332 | 61 | 0 | 15 | 2 | 244 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11011010 | 110001 | 0 | 1101 | 10 | 10100100 | 1011110 | 1001010 |
Color Harmonies of #7FFBDA
Complementary color
Monochromatic Colors of #7FFBDA
Black with #7FFBDA
Text Example
Text Example
White with #7FFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBDA; }
p { color: rgb(127,251,218); }
H1.HeaderClassName
{
color: #7FFBDA;
}
.AnyTagClassName
{
color: #7FFBDA;
}
</style>
background-color css
<style>
a { background-color: #7FFBDA; }
a { background-color: rgb(127,251,218); }
div.DivClassName
{
background-color: #7FFBDA;
}
.BgClassName
{
background-color: #7FFBDA;
}
</style>
border-color css
<style>
span { border-color: #7FFBDA; }
span { border-color: rgb(127,251,218); }
td.TdClassName
{
border-color: #7FFBDA;
}
.TagClassName
{
border-color: #7FFBDA;
}
</style>