Shades of Aquamarine #7FFDCB
Tints of Aquamarine #7FFDCB
RGB
CMYK
RGB Variations
Color information
#7FFDCB (or 0x7FFDCB) is known color: Aquamarine. HEX triplet: 7F, FD and CB. RGB value is (127,253,203). Sum of RGB (Red+Green+Blue) = 127+253+203=583 (77% of max value = 765). Red value is 127 (50% from 255 or 21.78% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDCB is #800234. Grayscale: #D1D1D1. Windows color (decimal): -8389173 or 13368703. OLE color: 13368703.
HSL color Cylindrical-coordinate representation of color #7FFDCB: hue angle of 156.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDCB is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 203 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.01 |
| HSL | 156.19º | 0.97% | 0.75% | - |
| HSV(B) | 156.19º | 0.5% | 0.99% | - |
| XYZ | 54.66 | 79.07 | 68.88 | - |
| YUV | 209.63 | 124.26 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 203 | 0.50 | 0 | 0.20 | 0.01 | 156.19 | 0.97 | 0.75 |
| Hex | 7F | FD | CB | 32 | 0 | 14 | 1 | 9C | 61 | 4B |
| Octal | 177 | 375 | 313 | 62 | 0 | 24 | 1 | 234 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11001011 | 110010 | 0 | 10100 | 1 | 10011100 | 1100001 | 1001011 |
Color Harmonies of #7FFDCB
Complementary color
Monochromatic Colors of #7FFDCB
Black with #7FFDCB
Text Example
Text Example
White with #7FFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDCB; }
p { color: rgb(127,253,203); }
H1.HeaderClassName
{
color: #7FFDCB;
}
.AnyTagClassName
{
color: #7FFDCB;
}
</style>
background-color css
<style>
a { background-color: #7FFDCB; }
a { background-color: rgb(127,253,203); }
div.DivClassName
{
background-color: #7FFDCB;
}
.BgClassName
{
background-color: #7FFDCB;
}
</style>
border-color css
<style>
span { border-color: #7FFDCB; }
span { border-color: rgb(127,253,203); }
td.TdClassName
{
border-color: #7FFDCB;
}
.TagClassName
{
border-color: #7FFDCB;
}
</style>