Shades of Aquamarine #7CF5DB
Tints of Aquamarine #7CF5DB
RGB
CMYK
RGB Variations
Color information
#7CF5DB (or 0x7CF5DB) is known color: Aquamarine. HEX triplet: 7C, F5 and DB. RGB value is (124,245,219). Sum of RGB (Red+Green+Blue) = 124+245+219=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF5DB is #830A24. Grayscale: #CDCDCD. Windows color (decimal): -8587813 or 14415228. OLE color: 14415228.
HSL color Cylindrical-coordinate representation of color #7CF5DB: hue angle of 167.11º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF5DB is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 219 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.04 |
| HSL | 167.11º | 0.86% | 0.72% | - |
| HSV(B) | 167.11º | 0.49% | 0.96% | - |
| XYZ | 53.75 | 74.7 | 78.6 | - |
| YUV | 205.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 219 | 0.49 | 0 | 0.11 | 0.04 | 167.11 | 0.86 | 0.72 |
| Hex | 7C | F5 | DB | 31 | 0 | B | 4 | A7 | 56 | 48 |
| Octal | 174 | 365 | 333 | 61 | 0 | 13 | 4 | 247 | 126 | 110 |
| Binary | 1111100 | 11110101 | 11011011 | 110001 | 0 | 1011 | 100 | 10100111 | 1010110 | 1001000 |
Color Harmonies of #7CF5DB
Complementary color
Monochromatic Colors of #7CF5DB
Black with #7CF5DB
Text Example
Text Example
White with #7CF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF5DB; }
p { color: rgb(124,245,219); }
H1.HeaderClassName
{
color: #7CF5DB;
}
.AnyTagClassName
{
color: #7CF5DB;
}
</style>
background-color css
<style>
a { background-color: #7CF5DB; }
a { background-color: rgb(124,245,219); }
div.DivClassName
{
background-color: #7CF5DB;
}
.BgClassName
{
background-color: #7CF5DB;
}
</style>
border-color css
<style>
span { border-color: #7CF5DB; }
span { border-color: rgb(124,245,219); }
td.TdClassName
{
border-color: #7CF5DB;
}
.TagClassName
{
border-color: #7CF5DB;
}
</style>