Shades of Aquamarine #7FF8CB
Tints of Aquamarine #7FF8CB
RGB
CMYK
RGB Variations
Color information
#7FF8CB (or 0x7FF8CB) is known color: Aquamarine. HEX triplet: 7F, F8 and CB. RGB value is (127,248,203). Sum of RGB (Red+Green+Blue) = 127+248+203=578 (76% of max value = 765). Red value is 127 (50% from 255 or 21.97% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #7FF8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF8CB is #800734. Grayscale: #CECECE. Windows color (decimal): -8390453 or 13367423. OLE color: 13367423.
HSL color Cylindrical-coordinate representation of color #7FF8CB: hue angle of 157.69º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF8CB is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 248 | 203 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.03 |
| HSL | 157.69º | 0.9% | 0.74% | - |
| HSV(B) | 157.69º | 0.49% | 0.97% | - |
| XYZ | 53.1 | 75.96 | 68.36 | - |
| YUV | 206.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 248 | 203 | 0.49 | 0 | 0.18 | 0.03 | 157.69 | 0.9 | 0.74 |
| Hex | 7F | F8 | CB | 31 | 0 | 12 | 3 | 9E | 5A | 4A |
| Octal | 177 | 370 | 313 | 61 | 0 | 22 | 3 | 236 | 132 | 112 |
| Binary | 1111111 | 11111000 | 11001011 | 110001 | 0 | 10010 | 11 | 10011110 | 1011010 | 1001010 |
Color Harmonies of #7FF8CB
Complementary color
Monochromatic Colors of #7FF8CB
Black with #7FF8CB
Text Example
Text Example
White with #7FF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF8CB; }
p { color: rgb(127,248,203); }
H1.HeaderClassName
{
color: #7FF8CB;
}
.AnyTagClassName
{
color: #7FF8CB;
}
</style>
background-color css
<style>
a { background-color: #7FF8CB; }
a { background-color: rgb(127,248,203); }
div.DivClassName
{
background-color: #7FF8CB;
}
.BgClassName
{
background-color: #7FF8CB;
}
</style>
border-color css
<style>
span { border-color: #7FF8CB; }
span { border-color: rgb(127,248,203); }
td.TdClassName
{
border-color: #7FF8CB;
}
.TagClassName
{
border-color: #7FF8CB;
}
</style>