Shades of Aquamarine #7BEECC
Tints of Aquamarine #7BEECC
RGB
CMYK
RGB Variations
Color information
#7BEECC (or 0x7BEECC) is known color: Aquamarine. HEX triplet: 7B, EE and CC. RGB value is (123,238,204). Sum of RGB (Red+Green+Blue) = 123+238+204=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEECC is #841133. Grayscale: #C7C7C7. Windows color (decimal): -8655156 or 13430395. OLE color: 13430395.
HSL color Cylindrical-coordinate representation of color #7BEECC: hue angle of 162.26º 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 #7BEECC is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 204 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.07 |
| HSL | 162.26º | 0.77% | 0.71% | - |
| HSV(B) | 162.26º | 0.48% | 0.93% | - |
| XYZ | 49.64 | 69.72 | 67.97 | - |
| YUV | 199.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 204 | 0.48 | 0 | 0.14 | 0.07 | 162.26 | 0.77 | 0.71 |
| Hex | 7B | EE | CC | 30 | 0 | E | 7 | A2 | 4D | 47 |
| Octal | 173 | 356 | 314 | 60 | 0 | 16 | 7 | 242 | 115 | 107 |
| Binary | 1111011 | 11101110 | 11001100 | 110000 | 0 | 1110 | 111 | 10100010 | 1001101 | 1000111 |
Color Harmonies of #7BEECC
Complementary color
Monochromatic Colors of #7BEECC
Black with #7BEECC
Text Example
Text Example
White with #7BEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEECC; }
p { color: rgb(123,238,204); }
H1.HeaderClassName
{
color: #7BEECC;
}
.AnyTagClassName
{
color: #7BEECC;
}
</style>
background-color css
<style>
a { background-color: #7BEECC; }
a { background-color: rgb(123,238,204); }
div.DivClassName
{
background-color: #7BEECC;
}
.BgClassName
{
background-color: #7BEECC;
}
</style>
border-color css
<style>
span { border-color: #7BEECC; }
span { border-color: rgb(123,238,204); }
td.TdClassName
{
border-color: #7BEECC;
}
.TagClassName
{
border-color: #7BEECC;
}
</style>