Shades of Aquamarine #7BEFE0
Tints of Aquamarine #7BEFE0
RGB
CMYK
RGB Variations
Color information
#7BEFE0 (or 0x7BEFE0) is known color: Aquamarine. HEX triplet: 7B, EF and E0. RGB value is (123,239,224). Sum of RGB (Red+Green+Blue) = 123+239+224=586 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.99% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFE0 is #84101F. Grayscale: #CACACA. Windows color (decimal): -8654880 or 14741371. OLE color: 14741371.
HSL color Cylindrical-coordinate representation of color #7BEFE0: hue angle of 172.24º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFE0 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 224 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.06 |
| HSL | 172.24º | 0.78% | 0.71% | - |
| HSV(B) | 172.24º | 0.49% | 0.94% | - |
| XYZ | 52.49 | 71.33 | 81.52 | - |
| YUV | 202.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 224 | 0.49 | 0 | 0.06 | 0.06 | 172.24 | 0.78 | 0.71 |
| Hex | 7B | EF | E0 | 31 | 0 | 6 | 6 | AC | 4E | 47 |
| Octal | 173 | 357 | 340 | 61 | 0 | 6 | 6 | 254 | 116 | 107 |
| Binary | 1111011 | 11101111 | 11100000 | 110001 | 0 | 110 | 110 | 10101100 | 1001110 | 1000111 |
Color Harmonies of #7BEFE0
Complementary color
Monochromatic Colors of #7BEFE0
Black with #7BEFE0
Text Example
Text Example
White with #7BEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFE0; }
p { color: rgb(123,239,224); }
H1.HeaderClassName
{
color: #7BEFE0;
}
.AnyTagClassName
{
color: #7BEFE0;
}
</style>
background-color css
<style>
a { background-color: #7BEFE0; }
a { background-color: rgb(123,239,224); }
div.DivClassName
{
background-color: #7BEFE0;
}
.BgClassName
{
background-color: #7BEFE0;
}
</style>
border-color css
<style>
span { border-color: #7BEFE0; }
span { border-color: rgb(123,239,224); }
td.TdClassName
{
border-color: #7BEFE0;
}
.TagClassName
{
border-color: #7BEFE0;
}
</style>