Shades of Aquamarine #6FF7DB
Tints of Aquamarine #6FF7DB
RGB
CMYK
RGB Variations
Color information
#6FF7DB (or 0x6FF7DB) is known color: Aquamarine. HEX triplet: 6F, F7 and DB. RGB value is (111,247,219). Sum of RGB (Red+Green+Blue) = 111+247+219=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #6FF7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF7DB is #900824. Grayscale: #CBCBCB. Windows color (decimal): -9439269 or 14415727. OLE color: 14415727.
HSL color Cylindrical-coordinate representation of color #6FF7DB: hue angle of 167.65º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF7DB is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 247 | 219 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.03 |
| HSL | 167.65º | 0.89% | 0.7% | - |
| HSV(B) | 167.65º | 0.55% | 0.97% | - |
| XYZ | 52.6 | 75.02 | 78.72 | - |
| YUV | 203.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 247 | 219 | 0.55 | 0 | 0.11 | 0.03 | 167.65 | 0.89 | 0.7 |
| Hex | 6F | F7 | DB | 37 | 0 | B | 3 | A8 | 59 | 46 |
| Octal | 157 | 367 | 333 | 67 | 0 | 13 | 3 | 250 | 131 | 106 |
| Binary | 1101111 | 11110111 | 11011011 | 110111 | 0 | 1011 | 11 | 10101000 | 1011001 | 1000110 |
Color Harmonies of #6FF7DB
Complementary color
Monochromatic Colors of #6FF7DB
Black with #6FF7DB
Text Example
Text Example
White with #6FF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF7DB; }
p { color: rgb(111,247,219); }
H1.HeaderClassName
{
color: #6FF7DB;
}
.AnyTagClassName
{
color: #6FF7DB;
}
</style>
background-color css
<style>
a { background-color: #6FF7DB; }
a { background-color: rgb(111,247,219); }
div.DivClassName
{
background-color: #6FF7DB;
}
.BgClassName
{
background-color: #6FF7DB;
}
</style>
border-color css
<style>
span { border-color: #6FF7DB; }
span { border-color: rgb(111,247,219); }
td.TdClassName
{
border-color: #6FF7DB;
}
.TagClassName
{
border-color: #6FF7DB;
}
</style>