Shades of Aquamarine #6FEACF
Tints of Aquamarine #6FEACF
RGB
CMYK
RGB Variations
Color information
#6FEACF (or 0x6FEACF) is known color: Aquamarine. HEX triplet: 6F, EA and CF. RGB value is (111,234,207). Sum of RGB (Red+Green+Blue) = 111+234+207=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEACF is #901530. Grayscale: #C2C2C2. Windows color (decimal): -9442609 or 13625967. OLE color: 13625967.
HSL color Cylindrical-coordinate representation of color #6FEACF: hue angle of 166.83º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEACF is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 207 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.08 |
| HSL | 166.83º | 0.75% | 0.68% | - |
| HSV(B) | 166.83º | 0.53% | 0.92% | - |
| XYZ | 47.24 | 66.73 | 69.42 | - |
| YUV | 194.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 207 | 0.53 | 0 | 0.12 | 0.08 | 166.83 | 0.75 | 0.68 |
| Hex | 6F | EA | CF | 35 | 0 | C | 8 | A7 | 4B | 44 |
| Octal | 157 | 352 | 317 | 65 | 0 | 14 | 10 | 247 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11001111 | 110101 | 0 | 1100 | 1000 | 10100111 | 1001011 | 1000100 |
Color Harmonies of #6FEACF
Complementary color
Monochromatic Colors of #6FEACF
Black with #6FEACF
Text Example
Text Example
White with #6FEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEACF; }
p { color: rgb(111,234,207); }
H1.HeaderClassName
{
color: #6FEACF;
}
.AnyTagClassName
{
color: #6FEACF;
}
</style>
background-color css
<style>
a { background-color: #6FEACF; }
a { background-color: rgb(111,234,207); }
div.DivClassName
{
background-color: #6FEACF;
}
.BgClassName
{
background-color: #6FEACF;
}
</style>
border-color css
<style>
span { border-color: #6FEACF; }
span { border-color: rgb(111,234,207); }
td.TdClassName
{
border-color: #6FEACF;
}
.TagClassName
{
border-color: #6FEACF;
}
</style>