Shades of Aquamarine #6FEEC0
Tints of Aquamarine #6FEEC0
RGB
CMYK
RGB Variations
Color information
#6FEEC0 (or 0x6FEEC0) is known color: Aquamarine. HEX triplet: 6F, EE and C0. RGB value is (111,238,192). Sum of RGB (Red+Green+Blue) = 111+238+192=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEC0 is #90113F. Grayscale: #C2C2C2. Windows color (decimal): -9441600 or 12643951. OLE color: 12643951.
HSL color Cylindrical-coordinate representation of color #6FEEC0: hue angle of 158.27º degrees, saturation: 0.79, 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 #6FEEC0 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 192 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.07 |
| HSL | 158.27º | 0.79% | 0.68% | - |
| HSV(B) | 158.27º | 0.53% | 0.93% | - |
| XYZ | 46.64 | 68.33 | 60.6 | - |
| YUV | 194.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 192 | 0.53 | 0 | 0.19 | 0.07 | 158.27 | 0.79 | 0.68 |
| Hex | 6F | EE | C0 | 35 | 0 | 13 | 7 | 9E | 4F | 44 |
| Octal | 157 | 356 | 300 | 65 | 0 | 23 | 7 | 236 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11000000 | 110101 | 0 | 10011 | 111 | 10011110 | 1001111 | 1000100 |
Color Harmonies of #6FEEC0
Complementary color
Monochromatic Colors of #6FEEC0
Black with #6FEEC0
Text Example
Text Example
White with #6FEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEC0; }
p { color: rgb(111,238,192); }
H1.HeaderClassName
{
color: #6FEEC0;
}
.AnyTagClassName
{
color: #6FEEC0;
}
</style>
background-color css
<style>
a { background-color: #6FEEC0; }
a { background-color: rgb(111,238,192); }
div.DivClassName
{
background-color: #6FEEC0;
}
.BgClassName
{
background-color: #6FEEC0;
}
</style>
border-color css
<style>
span { border-color: #6FEEC0; }
span { border-color: rgb(111,238,192); }
td.TdClassName
{
border-color: #6FEEC0;
}
.TagClassName
{
border-color: #6FEEC0;
}
</style>