Shades of Aquamarine #6FEDC7
Tints of Aquamarine #6FEDC7
RGB
CMYK
RGB Variations
Color information
#6FEDC7 (or 0x6FEDC7) is known color: Aquamarine. HEX triplet: 6F, ED and C7. RGB value is (111,237,199). Sum of RGB (Red+Green+Blue) = 111+237+199=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDC7 is #901238. Grayscale: #C3C3C3. Windows color (decimal): -9441849 or 13102447. OLE color: 13102447.
HSL color Cylindrical-coordinate representation of color #6FEDC7: hue angle of 161.9º 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 #6FEDC7 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 199 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.07 |
| HSL | 161.9º | 0.78% | 0.68% | - |
| HSV(B) | 161.9º | 0.53% | 0.93% | - |
| XYZ | 47.15 | 68.07 | 64.69 | - |
| YUV | 194.99 | 130.26 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 199 | 0.53 | 0 | 0.16 | 0.07 | 161.9 | 0.78 | 0.68 |
| Hex | 6F | ED | C7 | 35 | 0 | 10 | 7 | A2 | 4E | 44 |
| Octal | 157 | 355 | 307 | 65 | 0 | 20 | 7 | 242 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11000111 | 110101 | 0 | 10000 | 111 | 10100010 | 1001110 | 1000100 |
Color Harmonies of #6FEDC7
Complementary color
Monochromatic Colors of #6FEDC7
Black with #6FEDC7
Text Example
Text Example
White with #6FEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDC7; }
p { color: rgb(111,237,199); }
H1.HeaderClassName
{
color: #6FEDC7;
}
.AnyTagClassName
{
color: #6FEDC7;
}
</style>
background-color css
<style>
a { background-color: #6FEDC7; }
a { background-color: rgb(111,237,199); }
div.DivClassName
{
background-color: #6FEDC7;
}
.BgClassName
{
background-color: #6FEDC7;
}
</style>
border-color css
<style>
span { border-color: #6FEDC7; }
span { border-color: rgb(111,237,199); }
td.TdClassName
{
border-color: #6FEDC7;
}
.TagClassName
{
border-color: #6FEDC7;
}
</style>