Shades of Aquamarine #7FFACB
Tints of Aquamarine #7FFACB
RGB
CMYK
RGB Variations
Color information
#7FFACB (or 0x7FFACB) is known color: Aquamarine. HEX triplet: 7F, FA and CB. RGB value is (127,250,203). Sum of RGB (Red+Green+Blue) = 127+250+203=580 (76% of max value = 765). Red value is 127 (50% from 255 or 21.90% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFACB is #800534. Grayscale: #CFCFCF. Windows color (decimal): -8389941 or 13367935. OLE color: 13367935.
HSL color Cylindrical-coordinate representation of color #7FFACB: hue angle of 157.07º degrees, saturation: 0.92, 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 #7FFACB is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 203 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.02 |
| HSL | 157.07º | 0.92% | 0.74% | - |
| HSV(B) | 157.07º | 0.49% | 0.98% | - |
| XYZ | 53.72 | 77.2 | 68.57 | - |
| YUV | 207.87 | 125.25 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 203 | 0.49 | 0 | 0.19 | 0.02 | 157.07 | 0.92 | 0.74 |
| Hex | 7F | FA | CB | 31 | 0 | 13 | 2 | 9D | 5C | 4A |
| Octal | 177 | 372 | 313 | 61 | 0 | 23 | 2 | 235 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11001011 | 110001 | 0 | 10011 | 10 | 10011101 | 1011100 | 1001010 |
Color Harmonies of #7FFACB
Complementary color
Monochromatic Colors of #7FFACB
Black with #7FFACB
Text Example
Text Example
White with #7FFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFACB; }
p { color: rgb(127,250,203); }
H1.HeaderClassName
{
color: #7FFACB;
}
.AnyTagClassName
{
color: #7FFACB;
}
</style>
background-color css
<style>
a { background-color: #7FFACB; }
a { background-color: rgb(127,250,203); }
div.DivClassName
{
background-color: #7FFACB;
}
.BgClassName
{
background-color: #7FFACB;
}
</style>
border-color css
<style>
span { border-color: #7FFACB; }
span { border-color: rgb(127,250,203); }
td.TdClassName
{
border-color: #7FFACB;
}
.TagClassName
{
border-color: #7FFACB;
}
</style>