Shades of Aquamarine #7BEFCE
Tints of Aquamarine #7BEFCE
RGB
CMYK
RGB Variations
Color information
#7BEFCE (or 0x7BEFCE) is known color: Aquamarine. HEX triplet: 7B, EF and CE. RGB value is (123,239,206). Sum of RGB (Red+Green+Blue) = 123+239+206=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFCE is #841031. Grayscale: #C8C8C8. Windows color (decimal): -8654898 or 13561723. OLE color: 13561723.
HSL color Cylindrical-coordinate representation of color #7BEFCE: hue angle of 162.93º 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 #7BEFCE is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 206 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.06 |
| HSL | 162.93º | 0.78% | 0.71% | - |
| HSV(B) | 162.93º | 0.49% | 0.94% | - |
| XYZ | 50.18 | 70.4 | 69.34 | - |
| YUV | 200.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 206 | 0.49 | 0 | 0.14 | 0.06 | 162.93 | 0.78 | 0.71 |
| Hex | 7B | EF | CE | 31 | 0 | E | 6 | A3 | 4E | 47 |
| Octal | 173 | 357 | 316 | 61 | 0 | 16 | 6 | 243 | 116 | 107 |
| Binary | 1111011 | 11101111 | 11001110 | 110001 | 0 | 1110 | 110 | 10100011 | 1001110 | 1000111 |
Color Harmonies of #7BEFCE
Complementary color
Monochromatic Colors of #7BEFCE
Black with #7BEFCE
Text Example
Text Example
White with #7BEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFCE; }
p { color: rgb(123,239,206); }
H1.HeaderClassName
{
color: #7BEFCE;
}
.AnyTagClassName
{
color: #7BEFCE;
}
</style>
background-color css
<style>
a { background-color: #7BEFCE; }
a { background-color: rgb(123,239,206); }
div.DivClassName
{
background-color: #7BEFCE;
}
.BgClassName
{
background-color: #7BEFCE;
}
</style>
border-color css
<style>
span { border-color: #7BEFCE; }
span { border-color: rgb(123,239,206); }
td.TdClassName
{
border-color: #7BEFCE;
}
.TagClassName
{
border-color: #7BEFCE;
}
</style>