Shades of Aquamarine #7FFBDD
Tints of Aquamarine #7FFBDD
RGB
CMYK
RGB Variations
Color information
#7FFBDD (or 0x7FFBDD) is known color: Aquamarine. HEX triplet: 7F, FB and DD. RGB value is (127,251,221). Sum of RGB (Red+Green+Blue) = 127+251+221=599 (79% of max value = 765). Red value is 127 (50% from 255 or 21.20% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBDD is #800422. Grayscale: #D2D2D2. Windows color (decimal): -8389667 or 14547839. OLE color: 14547839.
HSL color Cylindrical-coordinate representation of color #7FFBDD: hue angle of 165.48º 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 #7FFBDD is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 221 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.02 |
| HSL | 165.48º | 0.94% | 0.74% | - |
| HSV(B) | 165.48º | 0.49% | 0.98% | - |
| XYZ | 56.3 | 78.73 | 80.64 | - |
| YUV | 210.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 221 | 0.49 | 0 | 0.12 | 0.02 | 165.48 | 0.94 | 0.74 |
| Hex | 7F | FB | DD | 31 | 0 | C | 2 | A5 | 5E | 4A |
| Octal | 177 | 373 | 335 | 61 | 0 | 14 | 2 | 245 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11011101 | 110001 | 0 | 1100 | 10 | 10100101 | 1011110 | 1001010 |
Color Harmonies of #7FFBDD
Complementary color
Monochromatic Colors of #7FFBDD
Black with #7FFBDD
Text Example
Text Example
White with #7FFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBDD; }
p { color: rgb(127,251,221); }
H1.HeaderClassName
{
color: #7FFBDD;
}
.AnyTagClassName
{
color: #7FFBDD;
}
</style>
background-color css
<style>
a { background-color: #7FFBDD; }
a { background-color: rgb(127,251,221); }
div.DivClassName
{
background-color: #7FFBDD;
}
.BgClassName
{
background-color: #7FFBDD;
}
</style>
border-color css
<style>
span { border-color: #7FFBDD; }
span { border-color: rgb(127,251,221); }
td.TdClassName
{
border-color: #7FFBDD;
}
.TagClassName
{
border-color: #7FFBDD;
}
</style>