Shades of Aquamarine #7FFBBD
Tints of Aquamarine #7FFBBD
RGB
CMYK
RGB Variations
Color information
#7FFBBD (or 0x7FFBBD) is known color: Aquamarine. HEX triplet: 7F, FB and BD. RGB value is (127,251,189). Sum of RGB (Red+Green+Blue) = 127+251+189=567 (75% of max value = 765). Red value is 127 (50% from 255 or 22.40% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBBD is #800442. Grayscale: #CECECE. Windows color (decimal): -8389699 or 12450687. OLE color: 12450687.
HSL color Cylindrical-coordinate representation of color #7FFBBD: hue angle of 150º 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 #7FFBBD is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 189 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.02 |
| HSL | 150º | 0.94% | 0.74% | - |
| HSV(B) | 150º | 0.49% | 0.98% | - |
| XYZ | 52.43 | 77.18 | 60.28 | - |
| YUV | 206.86 | 117.92 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 189 | 0.49 | 0 | 0.25 | 0.02 | 150 | 0.94 | 0.74 |
| Hex | 7F | FB | BD | 31 | 0 | 19 | 2 | 96 | 5E | 4A |
| Octal | 177 | 373 | 275 | 61 | 0 | 31 | 2 | 226 | 136 | 112 |
| Binary | 1111111 | 11111011 | 10111101 | 110001 | 0 | 11001 | 10 | 10010110 | 1011110 | 1001010 |
Color Harmonies of #7FFBBD
Complementary color
Monochromatic Colors of #7FFBBD
Black with #7FFBBD
Text Example
Text Example
White with #7FFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBBD; }
p { color: rgb(127,251,189); }
H1.HeaderClassName
{
color: #7FFBBD;
}
.AnyTagClassName
{
color: #7FFBBD;
}
</style>
background-color css
<style>
a { background-color: #7FFBBD; }
a { background-color: rgb(127,251,189); }
div.DivClassName
{
background-color: #7FFBBD;
}
.BgClassName
{
background-color: #7FFBBD;
}
</style>
border-color css
<style>
span { border-color: #7FFBBD; }
span { border-color: rgb(127,251,189); }
td.TdClassName
{
border-color: #7FFBBD;
}
.TagClassName
{
border-color: #7FFBBD;
}
</style>