Shades of Aquamarine #7FFBE4
Tints of Aquamarine #7FFBE4
RGB
CMYK
RGB Variations
Color information
#7FFBE4 (or 0x7FFBE4) is known color: Aquamarine. HEX triplet: 7F, FB and E4. RGB value is (127,251,228). Sum of RGB (Red+Green+Blue) = 127+251+228=606 (80% of max value = 765). Red value is 127 (50% from 255 or 20.96% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBE4 is #80041B. Grayscale: #D3D3D3. Windows color (decimal): -8389660 or 15006591. OLE color: 15006591.
HSL color Cylindrical-coordinate representation of color #7FFBE4: hue angle of 168.87º 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 #7FFBE4 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 228 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.02 |
| HSL | 168.87º | 0.94% | 0.74% | - |
| HSV(B) | 168.87º | 0.49% | 0.98% | - |
| XYZ | 57.25 | 79.11 | 85.65 | - |
| YUV | 211.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 228 | 0.49 | 0 | 0.09 | 0.02 | 168.87 | 0.94 | 0.74 |
| Hex | 7F | FB | E4 | 31 | 0 | 9 | 2 | A9 | 5E | 4A |
| Octal | 177 | 373 | 344 | 61 | 0 | 11 | 2 | 251 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11100100 | 110001 | 0 | 1001 | 10 | 10101001 | 1011110 | 1001010 |
Color Harmonies of #7FFBE4
Complementary color
Monochromatic Colors of #7FFBE4
Black with #7FFBE4
Text Example
Text Example
White with #7FFBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBE4; }
p { color: rgb(127,251,228); }
H1.HeaderClassName
{
color: #7FFBE4;
}
.AnyTagClassName
{
color: #7FFBE4;
}
</style>
background-color css
<style>
a { background-color: #7FFBE4; }
a { background-color: rgb(127,251,228); }
div.DivClassName
{
background-color: #7FFBE4;
}
.BgClassName
{
background-color: #7FFBE4;
}
</style>
border-color css
<style>
span { border-color: #7FFBE4; }
span { border-color: rgb(127,251,228); }
td.TdClassName
{
border-color: #7FFBE4;
}
.TagClassName
{
border-color: #7FFBE4;
}
</style>