Shades of Aquamarine #7FFBDC
Tints of Aquamarine #7FFBDC
RGB
CMYK
RGB Variations
Color information
#7FFBDC (or 0x7FFBDC) is known color: Aquamarine. HEX triplet: 7F, FB and DC. RGB value is (127,251,220). Sum of RGB (Red+Green+Blue) = 127+251+220=598 (79% of max value = 765). Red value is 127 (50% from 255 or 21.24% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBDC is #800423. Grayscale: #D2D2D2. Windows color (decimal): -8389668 or 14482303. OLE color: 14482303.
HSL color Cylindrical-coordinate representation of color #7FFBDC: hue angle of 165º 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 #7FFBDC is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 220 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.02 |
| HSL | 165º | 0.94% | 0.74% | - |
| HSV(B) | 165º | 0.49% | 0.98% | - |
| XYZ | 56.17 | 78.67 | 79.94 | - |
| YUV | 210.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 220 | 0.49 | 0 | 0.12 | 0.02 | 165 | 0.94 | 0.74 |
| Hex | 7F | FB | DC | 31 | 0 | C | 2 | A5 | 5E | 4A |
| Octal | 177 | 373 | 334 | 61 | 0 | 14 | 2 | 245 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11011100 | 110001 | 0 | 1100 | 10 | 10100101 | 1011110 | 1001010 |
Color Harmonies of #7FFBDC
Complementary color
Monochromatic Colors of #7FFBDC
Black with #7FFBDC
Text Example
Text Example
White with #7FFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBDC; }
p { color: rgb(127,251,220); }
H1.HeaderClassName
{
color: #7FFBDC;
}
.AnyTagClassName
{
color: #7FFBDC;
}
</style>
background-color css
<style>
a { background-color: #7FFBDC; }
a { background-color: rgb(127,251,220); }
div.DivClassName
{
background-color: #7FFBDC;
}
.BgClassName
{
background-color: #7FFBDC;
}
</style>
border-color css
<style>
span { border-color: #7FFBDC; }
span { border-color: rgb(127,251,220); }
td.TdClassName
{
border-color: #7FFBDC;
}
.TagClassName
{
border-color: #7FFBDC;
}
</style>