Shades of Aquamarine #6FECCA
Tints of Aquamarine #6FECCA
RGB
CMYK
RGB Variations
Color information
#6FECCA (or 0x6FECCA) is known color: Aquamarine. HEX triplet: 6F, EC and CA. RGB value is (111,236,202). Sum of RGB (Red+Green+Blue) = 111+236+202=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECCA is #901335. Grayscale: #C2C2C2. Windows color (decimal): -9442102 or 13298799. OLE color: 13298799.
HSL color Cylindrical-coordinate representation of color #6FECCA: hue angle of 163.68º 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 #6FECCA is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 202 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.07 |
| HSL | 163.68º | 0.77% | 0.68% | - |
| HSV(B) | 163.68º | 0.53% | 0.93% | - |
| XYZ | 47.21 | 67.63 | 66.44 | - |
| YUV | 194.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 202 | 0.53 | 0 | 0.14 | 0.07 | 163.68 | 0.77 | 0.68 |
| Hex | 6F | EC | CA | 35 | 0 | E | 7 | A4 | 4D | 44 |
| Octal | 157 | 354 | 312 | 65 | 0 | 16 | 7 | 244 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11001010 | 110101 | 0 | 1110 | 111 | 10100100 | 1001101 | 1000100 |
Color Harmonies of #6FECCA
Complementary color
Monochromatic Colors of #6FECCA
Black with #6FECCA
Text Example
Text Example
White with #6FECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECCA; }
p { color: rgb(111,236,202); }
H1.HeaderClassName
{
color: #6FECCA;
}
.AnyTagClassName
{
color: #6FECCA;
}
</style>
background-color css
<style>
a { background-color: #6FECCA; }
a { background-color: rgb(111,236,202); }
div.DivClassName
{
background-color: #6FECCA;
}
.BgClassName
{
background-color: #6FECCA;
}
</style>
border-color css
<style>
span { border-color: #6FECCA; }
span { border-color: rgb(111,236,202); }
td.TdClassName
{
border-color: #6FECCA;
}
.TagClassName
{
border-color: #6FECCA;
}
</style>