Shades of Aquamarine #7BEDD2
Tints of Aquamarine #7BEDD2
RGB
CMYK
RGB Variations
Color information
#7BEDD2 (or 0x7BEDD2) is known color: Aquamarine. HEX triplet: 7B, ED and D2. RGB value is (123,237,210). Sum of RGB (Red+Green+Blue) = 123+237+210=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDD2 is #84122D. Grayscale: #C7C7C7. Windows color (decimal): -8655406 or 13823355. OLE color: 13823355.
HSL color Cylindrical-coordinate representation of color #7BEDD2: hue angle of 165.79º degrees, saturation: 0.76, 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 #7BEDD2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 210 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.07 |
| HSL | 165.79º | 0.76% | 0.71% | - |
| HSV(B) | 165.79º | 0.48% | 0.93% | - |
| XYZ | 50.09 | 69.43 | 71.73 | - |
| YUV | 199.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 210 | 0.48 | 0 | 0.11 | 0.07 | 165.79 | 0.76 | 0.71 |
| Hex | 7B | ED | D2 | 30 | 0 | B | 7 | A6 | 4C | 47 |
| Octal | 173 | 355 | 322 | 60 | 0 | 13 | 7 | 246 | 114 | 107 |
| Binary | 1111011 | 11101101 | 11010010 | 110000 | 0 | 1011 | 111 | 10100110 | 1001100 | 1000111 |
Color Harmonies of #7BEDD2
Complementary color
Monochromatic Colors of #7BEDD2
Black with #7BEDD2
Text Example
Text Example
White with #7BEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDD2; }
p { color: rgb(123,237,210); }
H1.HeaderClassName
{
color: #7BEDD2;
}
.AnyTagClassName
{
color: #7BEDD2;
}
</style>
background-color css
<style>
a { background-color: #7BEDD2; }
a { background-color: rgb(123,237,210); }
div.DivClassName
{
background-color: #7BEDD2;
}
.BgClassName
{
background-color: #7BEDD2;
}
</style>
border-color css
<style>
span { border-color: #7BEDD2; }
span { border-color: rgb(123,237,210); }
td.TdClassName
{
border-color: #7BEDD2;
}
.TagClassName
{
border-color: #7BEDD2;
}
</style>