Shades of Aquamarine #7FFCCD
Tints of Aquamarine #7FFCCD
RGB
CMYK
RGB Variations
Color information
#7FFCCD (or 0x7FFCCD) is known color: Aquamarine. HEX triplet: 7F, FC and CD. RGB value is (127,252,205). Sum of RGB (Red+Green+Blue) = 127+252+205=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCCD is #800332. Grayscale: #D1D1D1. Windows color (decimal): -8389427 or 13499519. OLE color: 13499519.
HSL color Cylindrical-coordinate representation of color #7FFCCD: hue angle of 157.44º 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 #7FFCCD is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 205 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.01 |
| HSL | 157.44º | 0.95% | 0.74% | - |
| HSV(B) | 157.44º | 0.5% | 0.99% | - |
| XYZ | 54.58 | 78.54 | 70.04 | - |
| YUV | 209.27 | 125.59 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 205 | 0.50 | 0 | 0.19 | 0.01 | 157.44 | 0.95 | 0.74 |
| Hex | 7F | FC | CD | 32 | 0 | 13 | 1 | 9D | 5F | 4A |
| Octal | 177 | 374 | 315 | 62 | 0 | 23 | 1 | 235 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11001101 | 110010 | 0 | 10011 | 1 | 10011101 | 1011111 | 1001010 |
Color Harmonies of #7FFCCD
Complementary color
Monochromatic Colors of #7FFCCD
Black with #7FFCCD
Text Example
Text Example
White with #7FFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCCD; }
p { color: rgb(127,252,205); }
H1.HeaderClassName
{
color: #7FFCCD;
}
.AnyTagClassName
{
color: #7FFCCD;
}
</style>
background-color css
<style>
a { background-color: #7FFCCD; }
a { background-color: rgb(127,252,205); }
div.DivClassName
{
background-color: #7FFCCD;
}
.BgClassName
{
background-color: #7FFCCD;
}
</style>
border-color css
<style>
span { border-color: #7FFCCD; }
span { border-color: rgb(127,252,205); }
td.TdClassName
{
border-color: #7FFCCD;
}
.TagClassName
{
border-color: #7FFCCD;
}
</style>