Shades of Aquamarine #6FEDCE
Tints of Aquamarine #6FEDCE
RGB
CMYK
RGB Variations
Color information
#6FEDCE (or 0x6FEDCE) is known color: Aquamarine. HEX triplet: 6F, ED and CE. RGB value is (111,237,206). Sum of RGB (Red+Green+Blue) = 111+237+206=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDCE is #901231. Grayscale: #C3C3C3. Windows color (decimal): -9441842 or 13561199. OLE color: 13561199.
HSL color Cylindrical-coordinate representation of color #6FEDCE: hue angle of 165.24º degrees, saturation: 0.78, 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 #6FEDCE is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 206 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.07 |
| HSL | 165.24º | 0.78% | 0.68% | - |
| HSV(B) | 165.24º | 0.53% | 0.93% | - |
| XYZ | 47.98 | 68.4 | 69.07 | - |
| YUV | 195.79 | 133.76 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 206 | 0.53 | 0 | 0.13 | 0.07 | 165.24 | 0.78 | 0.68 |
| Hex | 6F | ED | CE | 35 | 0 | D | 7 | A5 | 4E | 44 |
| Octal | 157 | 355 | 316 | 65 | 0 | 15 | 7 | 245 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11001110 | 110101 | 0 | 1101 | 111 | 10100101 | 1001110 | 1000100 |
Color Harmonies of #6FEDCE
Complementary color
Monochromatic Colors of #6FEDCE
Black with #6FEDCE
Text Example
Text Example
White with #6FEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDCE; }
p { color: rgb(111,237,206); }
H1.HeaderClassName
{
color: #6FEDCE;
}
.AnyTagClassName
{
color: #6FEDCE;
}
</style>
background-color css
<style>
a { background-color: #6FEDCE; }
a { background-color: rgb(111,237,206); }
div.DivClassName
{
background-color: #6FEDCE;
}
.BgClassName
{
background-color: #6FEDCE;
}
</style>
border-color css
<style>
span { border-color: #6FEDCE; }
span { border-color: rgb(111,237,206); }
td.TdClassName
{
border-color: #6FEDCE;
}
.TagClassName
{
border-color: #6FEDCE;
}
</style>