Shades of Aquamarine #6FF7DC
Tints of Aquamarine #6FF7DC
RGB
CMYK
RGB Variations
Color information
#6FF7DC (or 0x6FF7DC) is known color: Aquamarine. HEX triplet: 6F, F7 and DC. RGB value is (111,247,220). Sum of RGB (Red+Green+Blue) = 111+247+220=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #6FF7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF7DC is #900823. Grayscale: #CBCBCB. Windows color (decimal): -9439268 or 14481263. OLE color: 14481263.
HSL color Cylindrical-coordinate representation of color #6FF7DC: hue angle of 168.09º 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 #6FF7DC is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 247 | 220 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.03 |
| HSL | 168.09º | 0.89% | 0.7% | - |
| HSV(B) | 168.09º | 0.55% | 0.97% | - |
| XYZ | 52.73 | 75.07 | 79.42 | - |
| YUV | 203.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 247 | 220 | 0.55 | 0 | 0.11 | 0.03 | 168.09 | 0.89 | 0.7 |
| Hex | 6F | F7 | DC | 37 | 0 | B | 3 | A8 | 59 | 46 |
| Octal | 157 | 367 | 334 | 67 | 0 | 13 | 3 | 250 | 131 | 106 |
| Binary | 1101111 | 11110111 | 11011100 | 110111 | 0 | 1011 | 11 | 10101000 | 1011001 | 1000110 |
Color Harmonies of #6FF7DC
Complementary color
Monochromatic Colors of #6FF7DC
Black with #6FF7DC
Text Example
Text Example
White with #6FF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF7DC; }
p { color: rgb(111,247,220); }
H1.HeaderClassName
{
color: #6FF7DC;
}
.AnyTagClassName
{
color: #6FF7DC;
}
</style>
background-color css
<style>
a { background-color: #6FF7DC; }
a { background-color: rgb(111,247,220); }
div.DivClassName
{
background-color: #6FF7DC;
}
.BgClassName
{
background-color: #6FF7DC;
}
</style>
border-color css
<style>
span { border-color: #6FF7DC; }
span { border-color: rgb(111,247,220); }
td.TdClassName
{
border-color: #6FF7DC;
}
.TagClassName
{
border-color: #6FF7DC;
}
</style>