Shades of Aquamarine #7BEECF
Tints of Aquamarine #7BEECF
RGB
CMYK
RGB Variations
Color information
#7BEECF (or 0x7BEECF) is known color: Aquamarine. HEX triplet: 7B, EE and CF. RGB value is (123,238,207). Sum of RGB (Red+Green+Blue) = 123+238+207=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEECF is #841130. Grayscale: #C8C8C8. Windows color (decimal): -8655153 or 13627003. OLE color: 13627003.
HSL color Cylindrical-coordinate representation of color #7BEECF: hue angle of 163.83º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEECF is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 207 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.07 |
| HSL | 163.83º | 0.77% | 0.71% | - |
| HSV(B) | 163.83º | 0.48% | 0.93% | - |
| XYZ | 50.01 | 69.87 | 69.88 | - |
| YUV | 200.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 207 | 0.48 | 0 | 0.13 | 0.07 | 163.83 | 0.77 | 0.71 |
| Hex | 7B | EE | CF | 30 | 0 | D | 7 | A4 | 4D | 47 |
| Octal | 173 | 356 | 317 | 60 | 0 | 15 | 7 | 244 | 115 | 107 |
| Binary | 1111011 | 11101110 | 11001111 | 110000 | 0 | 1101 | 111 | 10100100 | 1001101 | 1000111 |
Color Harmonies of #7BEECF
Complementary color
Monochromatic Colors of #7BEECF
Black with #7BEECF
Text Example
Text Example
White with #7BEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEECF; }
p { color: rgb(123,238,207); }
H1.HeaderClassName
{
color: #7BEECF;
}
.AnyTagClassName
{
color: #7BEECF;
}
</style>
background-color css
<style>
a { background-color: #7BEECF; }
a { background-color: rgb(123,238,207); }
div.DivClassName
{
background-color: #7BEECF;
}
.BgClassName
{
background-color: #7BEECF;
}
</style>
border-color css
<style>
span { border-color: #7BEECF; }
span { border-color: rgb(123,238,207); }
td.TdClassName
{
border-color: #7BEECF;
}
.TagClassName
{
border-color: #7BEECF;
}
</style>