Shades of Aquamarine #6FEFCE
Tints of Aquamarine #6FEFCE
RGB
CMYK
RGB Variations
Color information
#6FEFCE (or 0x6FEFCE) is known color: Aquamarine. HEX triplet: 6F, EF and CE. RGB value is (111,239,206). Sum of RGB (Red+Green+Blue) = 111+239+206=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFCE is #901031. Grayscale: #C4C4C4. Windows color (decimal): -9441330 or 13561711. OLE color: 13561711.
HSL color Cylindrical-coordinate representation of color #6FEFCE: hue angle of 164.53º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEFCE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 206 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.06 |
| HSL | 164.53º | 0.8% | 0.69% | - |
| HSV(B) | 164.53º | 0.54% | 0.94% | - |
| XYZ | 48.56 | 69.57 | 69.26 | - |
| YUV | 196.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 206 | 0.54 | 0 | 0.14 | 0.06 | 164.53 | 0.8 | 0.69 |
| Hex | 6F | EF | CE | 36 | 0 | E | 6 | A5 | 50 | 45 |
| Octal | 157 | 357 | 316 | 66 | 0 | 16 | 6 | 245 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11001110 | 110110 | 0 | 1110 | 110 | 10100101 | 1010000 | 1000101 |
Color Harmonies of #6FEFCE
Complementary color
Monochromatic Colors of #6FEFCE
Black with #6FEFCE
Text Example
Text Example
White with #6FEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFCE; }
p { color: rgb(111,239,206); }
H1.HeaderClassName
{
color: #6FEFCE;
}
.AnyTagClassName
{
color: #6FEFCE;
}
</style>
background-color css
<style>
a { background-color: #6FEFCE; }
a { background-color: rgb(111,239,206); }
div.DivClassName
{
background-color: #6FEFCE;
}
.BgClassName
{
background-color: #6FEFCE;
}
</style>
border-color css
<style>
span { border-color: #6FEFCE; }
span { border-color: rgb(111,239,206); }
td.TdClassName
{
border-color: #6FEFCE;
}
.TagClassName
{
border-color: #6FEFCE;
}
</style>