Shades of Aquamarine #6FECD3
Tints of Aquamarine #6FECD3
RGB
CMYK
RGB Variations
Color information
#6FECD3 (or 0x6FECD3) is known color: Aquamarine. HEX triplet: 6F, EC and D3. RGB value is (111,236,211). Sum of RGB (Red+Green+Blue) = 111+236+211=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECD3 is #90132C. Grayscale: #C3C3C3. Windows color (decimal): -9442093 or 13888623. OLE color: 13888623.
HSL color Cylindrical-coordinate representation of color #6FECD3: hue angle of 168º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FECD3 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 211 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.07 |
| HSL | 168º | 0.77% | 0.68% | - |
| HSV(B) | 168º | 0.53% | 0.93% | - |
| XYZ | 48.31 | 68.07 | 72.22 | - |
| YUV | 195.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 211 | 0.53 | 0 | 0.11 | 0.07 | 168 | 0.77 | 0.68 |
| Hex | 6F | EC | D3 | 35 | 0 | B | 7 | A8 | 4D | 44 |
| Octal | 157 | 354 | 323 | 65 | 0 | 13 | 7 | 250 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11010011 | 110101 | 0 | 1011 | 111 | 10101000 | 1001101 | 1000100 |
Color Harmonies of #6FECD3
Complementary color
Monochromatic Colors of #6FECD3
Black with #6FECD3
Text Example
Text Example
White with #6FECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECD3; }
p { color: rgb(111,236,211); }
H1.HeaderClassName
{
color: #6FECD3;
}
.AnyTagClassName
{
color: #6FECD3;
}
</style>
background-color css
<style>
a { background-color: #6FECD3; }
a { background-color: rgb(111,236,211); }
div.DivClassName
{
background-color: #6FECD3;
}
.BgClassName
{
background-color: #6FECD3;
}
</style>
border-color css
<style>
span { border-color: #6FECD3; }
span { border-color: rgb(111,236,211); }
td.TdClassName
{
border-color: #6FECD3;
}
.TagClassName
{
border-color: #6FECD3;
}
</style>