Shades of Aquamarine #7FFCDF
Tints of Aquamarine #7FFCDF
RGB
CMYK
RGB Variations
Color information
#7FFCDF (or 0x7FFCDF) is known color: Aquamarine. HEX triplet: 7F, FC and DF. RGB value is (127,252,223). Sum of RGB (Red+Green+Blue) = 127+252+223=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCDF is #800320. Grayscale: #D3D3D3. Windows color (decimal): -8389409 or 14679167. OLE color: 14679167.
HSL color Cylindrical-coordinate representation of color #7FFCDF: hue angle of 166.08º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCDF is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 223 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.01 |
| HSL | 166.08º | 0.95% | 0.74% | - |
| HSV(B) | 166.08º | 0.5% | 0.99% | - |
| XYZ | 56.88 | 79.46 | 82.15 | - |
| YUV | 211.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 223 | 0.50 | 0 | 0.12 | 0.01 | 166.08 | 0.95 | 0.74 |
| Hex | 7F | FC | DF | 32 | 0 | C | 1 | A6 | 5F | 4A |
| Octal | 177 | 374 | 337 | 62 | 0 | 14 | 1 | 246 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11011111 | 110010 | 0 | 1100 | 1 | 10100110 | 1011111 | 1001010 |
Color Harmonies of #7FFCDF
Complementary color
Monochromatic Colors of #7FFCDF
Black with #7FFCDF
Text Example
Text Example
White with #7FFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCDF; }
p { color: rgb(127,252,223); }
H1.HeaderClassName
{
color: #7FFCDF;
}
.AnyTagClassName
{
color: #7FFCDF;
}
</style>
background-color css
<style>
a { background-color: #7FFCDF; }
a { background-color: rgb(127,252,223); }
div.DivClassName
{
background-color: #7FFCDF;
}
.BgClassName
{
background-color: #7FFCDF;
}
</style>
border-color css
<style>
span { border-color: #7FFCDF; }
span { border-color: rgb(127,252,223); }
td.TdClassName
{
border-color: #7FFCDF;
}
.TagClassName
{
border-color: #7FFCDF;
}
</style>