Shades of Aquamarine #7FFBDF
Tints of Aquamarine #7FFBDF
RGB
CMYK
RGB Variations
Color information
#7FFBDF (or 0x7FFBDF) is known color: Aquamarine. HEX triplet: 7F, FB and DF. RGB value is (127,251,223). Sum of RGB (Red+Green+Blue) = 127+251+223=601 (79% of max value = 765). Red value is 127 (50% from 255 or 21.13% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBDF is #800420. Grayscale: #D2D2D2. Windows color (decimal): -8389665 or 14678911. OLE color: 14678911.
HSL color Cylindrical-coordinate representation of color #7FFBDF: hue angle of 166.45º 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 #7FFBDF is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 223 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.02 |
| HSL | 166.45º | 0.94% | 0.74% | - |
| HSV(B) | 166.45º | 0.49% | 0.98% | - |
| XYZ | 56.57 | 78.83 | 82.05 | - |
| YUV | 210.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 223 | 0.49 | 0 | 0.11 | 0.02 | 166.45 | 0.94 | 0.74 |
| Hex | 7F | FB | DF | 31 | 0 | B | 2 | A6 | 5E | 4A |
| Octal | 177 | 373 | 337 | 61 | 0 | 13 | 2 | 246 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11011111 | 110001 | 0 | 1011 | 10 | 10100110 | 1011110 | 1001010 |
Color Harmonies of #7FFBDF
Complementary color
Monochromatic Colors of #7FFBDF
Black with #7FFBDF
Text Example
Text Example
White with #7FFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBDF; }
p { color: rgb(127,251,223); }
H1.HeaderClassName
{
color: #7FFBDF;
}
.AnyTagClassName
{
color: #7FFBDF;
}
</style>
background-color css
<style>
a { background-color: #7FFBDF; }
a { background-color: rgb(127,251,223); }
div.DivClassName
{
background-color: #7FFBDF;
}
.BgClassName
{
background-color: #7FFBDF;
}
</style>
border-color css
<style>
span { border-color: #7FFBDF; }
span { border-color: rgb(127,251,223); }
td.TdClassName
{
border-color: #7FFBDF;
}
.TagClassName
{
border-color: #7FFBDF;
}
</style>