Shades of Aquamarine #6FEECE
Tints of Aquamarine #6FEECE
RGB
CMYK
RGB Variations
Color information
#6FEECE (or 0x6FEECE) is known color: Aquamarine. HEX triplet: 6F, EE and CE. RGB value is (111,238,206). Sum of RGB (Red+Green+Blue) = 111+238+206=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEECE is #901131. Grayscale: #C4C4C4. Windows color (decimal): -9441586 or 13561455. OLE color: 13561455.
HSL color Cylindrical-coordinate representation of color #6FEECE: hue angle of 164.88º 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 #6FEECE is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 206 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.07 |
| HSL | 164.88º | 0.79% | 0.68% | - |
| HSV(B) | 164.88º | 0.53% | 0.93% | - |
| XYZ | 48.27 | 68.98 | 69.16 | - |
| YUV | 196.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 206 | 0.53 | 0 | 0.13 | 0.07 | 164.88 | 0.79 | 0.68 |
| Hex | 6F | EE | CE | 35 | 0 | D | 7 | A5 | 4F | 44 |
| Octal | 157 | 356 | 316 | 65 | 0 | 15 | 7 | 245 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11001110 | 110101 | 0 | 1101 | 111 | 10100101 | 1001111 | 1000100 |
Color Harmonies of #6FEECE
Complementary color
Monochromatic Colors of #6FEECE
Black with #6FEECE
Text Example
Text Example
White with #6FEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEECE; }
p { color: rgb(111,238,206); }
H1.HeaderClassName
{
color: #6FEECE;
}
.AnyTagClassName
{
color: #6FEECE;
}
</style>
background-color css
<style>
a { background-color: #6FEECE; }
a { background-color: rgb(111,238,206); }
div.DivClassName
{
background-color: #6FEECE;
}
.BgClassName
{
background-color: #6FEECE;
}
</style>
border-color css
<style>
span { border-color: #6FEECE; }
span { border-color: rgb(111,238,206); }
td.TdClassName
{
border-color: #6FEECE;
}
.TagClassName
{
border-color: #6FEECE;
}
</style>