Shades of Aquamarine #7BEADC
Tints of Aquamarine #7BEADC
RGB
CMYK
RGB Variations
Color information
#7BEADC (or 0x7BEADC) is known color: Aquamarine. HEX triplet: 7B, EA and DC. RGB value is (123,234,220). Sum of RGB (Red+Green+Blue) = 123+234+220=577 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.32% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEADC is #841523. Grayscale: #C7C7C7. Windows color (decimal): -8656164 or 14477947. OLE color: 14477947.
HSL color Cylindrical-coordinate representation of color #7BEADC: hue angle of 172.43º 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 #7BEADC is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 220 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.08 |
| HSL | 172.43º | 0.73% | 0.7% | - |
| HSV(B) | 172.43º | 0.47% | 0.92% | - |
| XYZ | 50.51 | 68.22 | 78.22 | - |
| YUV | 199.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 220 | 0.47 | 0 | 0.06 | 0.08 | 172.43 | 0.73 | 0.7 |
| Hex | 7B | EA | DC | 2F | 0 | 6 | 8 | AC | 49 | 46 |
| Octal | 173 | 352 | 334 | 57 | 0 | 6 | 10 | 254 | 111 | 106 |
| Binary | 1111011 | 11101010 | 11011100 | 101111 | 0 | 110 | 1000 | 10101100 | 1001001 | 1000110 |
Color Harmonies of #7BEADC
Complementary color
Monochromatic Colors of #7BEADC
Black with #7BEADC
Text Example
Text Example
White with #7BEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEADC; }
p { color: rgb(123,234,220); }
H1.HeaderClassName
{
color: #7BEADC;
}
.AnyTagClassName
{
color: #7BEADC;
}
</style>
background-color css
<style>
a { background-color: #7BEADC; }
a { background-color: rgb(123,234,220); }
div.DivClassName
{
background-color: #7BEADC;
}
.BgClassName
{
background-color: #7BEADC;
}
</style>
border-color css
<style>
span { border-color: #7BEADC; }
span { border-color: rgb(123,234,220); }
td.TdClassName
{
border-color: #7BEADC;
}
.TagClassName
{
border-color: #7BEADC;
}
</style>