Shades of Aquamarine #6FEDC4
Tints of Aquamarine #6FEDC4
RGB
CMYK
RGB Variations
Color information
#6FEDC4 (or 0x6FEDC4) is known color: Aquamarine. HEX triplet: 6F, ED and C4. RGB value is (111,237,196). Sum of RGB (Red+Green+Blue) = 111+237+196=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDC4 is #90123B. Grayscale: #C2C2C2. Windows color (decimal): -9441852 or 12905839. OLE color: 12905839.
HSL color Cylindrical-coordinate representation of color #6FEDC4: hue angle of 160.48º 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 #6FEDC4 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 196 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.07 |
| HSL | 160.48º | 0.78% | 0.68% | - |
| HSV(B) | 160.48º | 0.53% | 0.93% | - |
| XYZ | 46.8 | 67.93 | 62.87 | - |
| YUV | 194.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 196 | 0.53 | 0 | 0.17 | 0.07 | 160.48 | 0.78 | 0.68 |
| Hex | 6F | ED | C4 | 35 | 0 | 11 | 7 | A0 | 4E | 44 |
| Octal | 157 | 355 | 304 | 65 | 0 | 21 | 7 | 240 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11000100 | 110101 | 0 | 10001 | 111 | 10100000 | 1001110 | 1000100 |
Color Harmonies of #6FEDC4
Complementary color
Monochromatic Colors of #6FEDC4
Black with #6FEDC4
Text Example
Text Example
White with #6FEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDC4; }
p { color: rgb(111,237,196); }
H1.HeaderClassName
{
color: #6FEDC4;
}
.AnyTagClassName
{
color: #6FEDC4;
}
</style>
background-color css
<style>
a { background-color: #6FEDC4; }
a { background-color: rgb(111,237,196); }
div.DivClassName
{
background-color: #6FEDC4;
}
.BgClassName
{
background-color: #6FEDC4;
}
</style>
border-color css
<style>
span { border-color: #6FEDC4; }
span { border-color: rgb(111,237,196); }
td.TdClassName
{
border-color: #6FEDC4;
}
.TagClassName
{
border-color: #6FEDC4;
}
</style>