Shades of Aquamarine #6FEFCC
Tints of Aquamarine #6FEFCC
RGB
CMYK
RGB Variations
Color information
#6FEFCC (or 0x6FEFCC) is known color: Aquamarine. HEX triplet: 6F, EF and CC. RGB value is (111,239,204). Sum of RGB (Red+Green+Blue) = 111+239+204=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFCC is #901033. Grayscale: #C4C4C4. Windows color (decimal): -9441332 or 13430639. OLE color: 13430639.
HSL color Cylindrical-coordinate representation of color #6FEFCC: hue angle of 163.59º 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 #6FEFCC is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 204 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.06 |
| HSL | 163.59º | 0.8% | 0.69% | - |
| HSV(B) | 163.59º | 0.54% | 0.94% | - |
| XYZ | 48.32 | 69.47 | 67.99 | - |
| YUV | 196.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 204 | 0.54 | 0 | 0.15 | 0.06 | 163.59 | 0.8 | 0.69 |
| Hex | 6F | EF | CC | 36 | 0 | F | 6 | A4 | 50 | 45 |
| Octal | 157 | 357 | 314 | 66 | 0 | 17 | 6 | 244 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11001100 | 110110 | 0 | 1111 | 110 | 10100100 | 1010000 | 1000101 |
Color Harmonies of #6FEFCC
Complementary color
Monochromatic Colors of #6FEFCC
Black with #6FEFCC
Text Example
Text Example
White with #6FEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFCC; }
p { color: rgb(111,239,204); }
H1.HeaderClassName
{
color: #6FEFCC;
}
.AnyTagClassName
{
color: #6FEFCC;
}
</style>
background-color css
<style>
a { background-color: #6FEFCC; }
a { background-color: rgb(111,239,204); }
div.DivClassName
{
background-color: #6FEFCC;
}
.BgClassName
{
background-color: #6FEFCC;
}
</style>
border-color css
<style>
span { border-color: #6FEFCC; }
span { border-color: rgb(111,239,204); }
td.TdClassName
{
border-color: #6FEFCC;
}
.TagClassName
{
border-color: #6FEFCC;
}
</style>