Shades of Aquamarine #7BEAD0
Tints of Aquamarine #7BEAD0
RGB
CMYK
RGB Variations
Color information
#7BEAD0 (or 0x7BEAD0) is known color: Aquamarine. HEX triplet: 7B, EA and D0. RGB value is (123,234,208). Sum of RGB (Red+Green+Blue) = 123+234+208=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEAD0 is #84152F. Grayscale: #C5C5C5. Windows color (decimal): -8656176 or 13691515. OLE color: 13691515.
HSL color Cylindrical-coordinate representation of color #7BEAD0: hue angle of 165.95º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BEAD0 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 208 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.08 |
| HSL | 165.95º | 0.73% | 0.7% | - |
| HSV(B) | 165.95º | 0.47% | 0.92% | - |
| XYZ | 48.98 | 67.61 | 70.14 | - |
| YUV | 197.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 208 | 0.47 | 0 | 0.11 | 0.08 | 165.95 | 0.73 | 0.7 |
| Hex | 7B | EA | D0 | 2F | 0 | B | 8 | A6 | 49 | 46 |
| Octal | 173 | 352 | 320 | 57 | 0 | 13 | 10 | 246 | 111 | 106 |
| Binary | 1111011 | 11101010 | 11010000 | 101111 | 0 | 1011 | 1000 | 10100110 | 1001001 | 1000110 |
Color Harmonies of #7BEAD0
Complementary color
Monochromatic Colors of #7BEAD0
Black with #7BEAD0
Text Example
Text Example
White with #7BEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEAD0; }
p { color: rgb(123,234,208); }
H1.HeaderClassName
{
color: #7BEAD0;
}
.AnyTagClassName
{
color: #7BEAD0;
}
</style>
background-color css
<style>
a { background-color: #7BEAD0; }
a { background-color: rgb(123,234,208); }
div.DivClassName
{
background-color: #7BEAD0;
}
.BgClassName
{
background-color: #7BEAD0;
}
</style>
border-color css
<style>
span { border-color: #7BEAD0; }
span { border-color: rgb(123,234,208); }
td.TdClassName
{
border-color: #7BEAD0;
}
.TagClassName
{
border-color: #7BEAD0;
}
</style>