Shades of Aquamarine #6FECD2
Tints of Aquamarine #6FECD2
RGB
CMYK
RGB Variations
Color information
#6FECD2 (or 0x6FECD2) is known color: Aquamarine. HEX triplet: 6F, EC and D2. RGB value is (111,236,210). Sum of RGB (Red+Green+Blue) = 111+236+210=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECD2 is #90132D. Grayscale: #C3C3C3. Windows color (decimal): -9442094 or 13823087. OLE color: 13823087.
HSL color Cylindrical-coordinate representation of color #6FECD2: hue angle of 167.52º 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 #6FECD2 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 210 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.07 |
| HSL | 167.52º | 0.77% | 0.68% | - |
| HSV(B) | 167.52º | 0.53% | 0.93% | - |
| XYZ | 48.18 | 68.02 | 71.56 | - |
| YUV | 195.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 210 | 0.53 | 0 | 0.11 | 0.07 | 167.52 | 0.77 | 0.68 |
| Hex | 6F | EC | D2 | 35 | 0 | B | 7 | A8 | 4D | 44 |
| Octal | 157 | 354 | 322 | 65 | 0 | 13 | 7 | 250 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11010010 | 110101 | 0 | 1011 | 111 | 10101000 | 1001101 | 1000100 |
Color Harmonies of #6FECD2
Complementary color
Monochromatic Colors of #6FECD2
Black with #6FECD2
Text Example
Text Example
White with #6FECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECD2; }
p { color: rgb(111,236,210); }
H1.HeaderClassName
{
color: #6FECD2;
}
.AnyTagClassName
{
color: #6FECD2;
}
</style>
background-color css
<style>
a { background-color: #6FECD2; }
a { background-color: rgb(111,236,210); }
div.DivClassName
{
background-color: #6FECD2;
}
.BgClassName
{
background-color: #6FECD2;
}
</style>
border-color css
<style>
span { border-color: #6FECD2; }
span { border-color: rgb(111,236,210); }
td.TdClassName
{
border-color: #6FECD2;
}
.TagClassName
{
border-color: #6FECD2;
}
</style>