Shades of Aquamarine #6FEFCD
Tints of Aquamarine #6FEFCD
RGB
CMYK
RGB Variations
Color information
#6FEFCD (or 0x6FEFCD) is known color: Aquamarine. HEX triplet: 6F, EF and CD. RGB value is (111,239,205). Sum of RGB (Red+Green+Blue) = 111+239+205=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFCD is #901032. Grayscale: #C4C4C4. Windows color (decimal): -9441331 or 13496175. OLE color: 13496175.
HSL color Cylindrical-coordinate representation of color #6FEFCD: hue angle of 164.06º 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 #6FEFCD is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 205 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.06 |
| HSL | 164.06º | 0.8% | 0.69% | - |
| HSV(B) | 164.06º | 0.54% | 0.94% | - |
| XYZ | 48.44 | 69.52 | 68.62 | - |
| YUV | 196.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 205 | 0.54 | 0 | 0.14 | 0.06 | 164.06 | 0.8 | 0.69 |
| Hex | 6F | EF | CD | 36 | 0 | E | 6 | A4 | 50 | 45 |
| Octal | 157 | 357 | 315 | 66 | 0 | 16 | 6 | 244 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11001101 | 110110 | 0 | 1110 | 110 | 10100100 | 1010000 | 1000101 |
Color Harmonies of #6FEFCD
Complementary color
Monochromatic Colors of #6FEFCD
Black with #6FEFCD
Text Example
Text Example
White with #6FEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFCD; }
p { color: rgb(111,239,205); }
H1.HeaderClassName
{
color: #6FEFCD;
}
.AnyTagClassName
{
color: #6FEFCD;
}
</style>
background-color css
<style>
a { background-color: #6FEFCD; }
a { background-color: rgb(111,239,205); }
div.DivClassName
{
background-color: #6FEFCD;
}
.BgClassName
{
background-color: #6FEFCD;
}
</style>
border-color css
<style>
span { border-color: #6FEFCD; }
span { border-color: rgb(111,239,205); }
td.TdClassName
{
border-color: #6FEFCD;
}
.TagClassName
{
border-color: #6FEFCD;
}
</style>