Shades of Aquamarine #7BEED5
Tints of Aquamarine #7BEED5
RGB
CMYK
RGB Variations
Color information
#7BEED5 (or 0x7BEED5) is known color: Aquamarine. HEX triplet: 7B, EE and D5. RGB value is (123,238,213). Sum of RGB (Red+Green+Blue) = 123+238+213=574 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.43% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEED5 is #84112A. Grayscale: #C8C8C8. Windows color (decimal): -8655147 or 14020219. OLE color: 14020219.
HSL color Cylindrical-coordinate representation of color #7BEED5: hue angle of 166.96º 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 #7BEED5 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 213 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.07 |
| HSL | 166.96º | 0.77% | 0.71% | - |
| HSV(B) | 166.96º | 0.48% | 0.93% | - |
| XYZ | 50.75 | 70.16 | 73.82 | - |
| YUV | 200.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 213 | 0.48 | 0 | 0.11 | 0.07 | 166.96 | 0.77 | 0.71 |
| Hex | 7B | EE | D5 | 30 | 0 | B | 7 | A7 | 4D | 47 |
| Octal | 173 | 356 | 325 | 60 | 0 | 13 | 7 | 247 | 115 | 107 |
| Binary | 1111011 | 11101110 | 11010101 | 110000 | 0 | 1011 | 111 | 10100111 | 1001101 | 1000111 |
Color Harmonies of #7BEED5
Complementary color
Monochromatic Colors of #7BEED5
Black with #7BEED5
Text Example
Text Example
White with #7BEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEED5; }
p { color: rgb(123,238,213); }
H1.HeaderClassName
{
color: #7BEED5;
}
.AnyTagClassName
{
color: #7BEED5;
}
</style>
background-color css
<style>
a { background-color: #7BEED5; }
a { background-color: rgb(123,238,213); }
div.DivClassName
{
background-color: #7BEED5;
}
.BgClassName
{
background-color: #7BEED5;
}
</style>
border-color css
<style>
span { border-color: #7BEED5; }
span { border-color: rgb(123,238,213); }
td.TdClassName
{
border-color: #7BEED5;
}
.TagClassName
{
border-color: #7BEED5;
}
</style>