Shades of Aquamarine #7BEDD1
Tints of Aquamarine #7BEDD1
RGB
CMYK
RGB Variations
Color information
#7BEDD1 (or 0x7BEDD1) is known color: Aquamarine. HEX triplet: 7B, ED and D1. RGB value is (123,237,209). Sum of RGB (Red+Green+Blue) = 123+237+209=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDD1 is #84122E. Grayscale: #C7C7C7. Windows color (decimal): -8655407 or 13757819. OLE color: 13757819.
HSL color Cylindrical-coordinate representation of color #7BEDD1: hue angle of 165.26º 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 #7BEDD1 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 209 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.07 |
| HSL | 165.26º | 0.76% | 0.71% | - |
| HSV(B) | 165.26º | 0.48% | 0.93% | - |
| XYZ | 49.96 | 69.38 | 71.08 | - |
| YUV | 199.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 209 | 0.48 | 0 | 0.12 | 0.07 | 165.26 | 0.76 | 0.71 |
| Hex | 7B | ED | D1 | 30 | 0 | C | 7 | A5 | 4C | 47 |
| Octal | 173 | 355 | 321 | 60 | 0 | 14 | 7 | 245 | 114 | 107 |
| Binary | 1111011 | 11101101 | 11010001 | 110000 | 0 | 1100 | 111 | 10100101 | 1001100 | 1000111 |
Color Harmonies of #7BEDD1
Complementary color
Monochromatic Colors of #7BEDD1
Black with #7BEDD1
Text Example
Text Example
White with #7BEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEDD1; }
p { color: rgb(123,237,209); }
H1.HeaderClassName
{
color: #7BEDD1;
}
.AnyTagClassName
{
color: #7BEDD1;
}
</style>
background-color css
<style>
a { background-color: #7BEDD1; }
a { background-color: rgb(123,237,209); }
div.DivClassName
{
background-color: #7BEDD1;
}
.BgClassName
{
background-color: #7BEDD1;
}
</style>
border-color css
<style>
span { border-color: #7BEDD1; }
span { border-color: rgb(123,237,209); }
td.TdClassName
{
border-color: #7BEDD1;
}
.TagClassName
{
border-color: #7BEDD1;
}
</style>