Shades of Aquamarine #7FFBCE
Tints of Aquamarine #7FFBCE
RGB
CMYK
RGB Variations
Color information
#7FFBCE (or 0x7FFBCE) is known color: Aquamarine. HEX triplet: 7F, FB and CE. RGB value is (127,251,206). Sum of RGB (Red+Green+Blue) = 127+251+206=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBCE is #800431. Grayscale: #D0D0D0. Windows color (decimal): -8389682 or 13564799. OLE color: 13564799.
HSL color Cylindrical-coordinate representation of color #7FFBCE: hue angle of 158.23º 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 #7FFBCE is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 206 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.02 |
| HSL | 158.23º | 0.94% | 0.74% | - |
| HSV(B) | 158.23º | 0.49% | 0.98% | - |
| XYZ | 54.39 | 77.96 | 70.57 | - |
| YUV | 208.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 206 | 0.49 | 0 | 0.18 | 0.02 | 158.23 | 0.94 | 0.74 |
| Hex | 7F | FB | CE | 31 | 0 | 12 | 2 | 9E | 5E | 4A |
| Octal | 177 | 373 | 316 | 61 | 0 | 22 | 2 | 236 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11001110 | 110001 | 0 | 10010 | 10 | 10011110 | 1011110 | 1001010 |
Color Harmonies of #7FFBCE
Complementary color
Monochromatic Colors of #7FFBCE
Black with #7FFBCE
Text Example
Text Example
White with #7FFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBCE; }
p { color: rgb(127,251,206); }
H1.HeaderClassName
{
color: #7FFBCE;
}
.AnyTagClassName
{
color: #7FFBCE;
}
</style>
background-color css
<style>
a { background-color: #7FFBCE; }
a { background-color: rgb(127,251,206); }
div.DivClassName
{
background-color: #7FFBCE;
}
.BgClassName
{
background-color: #7FFBCE;
}
</style>
border-color css
<style>
span { border-color: #7FFBCE; }
span { border-color: rgb(127,251,206); }
td.TdClassName
{
border-color: #7FFBCE;
}
.TagClassName
{
border-color: #7FFBCE;
}
</style>