Shades of Aquamarine #6FEDC5
Tints of Aquamarine #6FEDC5
RGB
CMYK
RGB Variations
Color information
#6FEDC5 (or 0x6FEDC5) is known color: Aquamarine. HEX triplet: 6F, ED and C5. RGB value is (111,237,197). Sum of RGB (Red+Green+Blue) = 111+237+197=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDC5 is #90123A. Grayscale: #C2C2C2. Windows color (decimal): -9441851 or 12971375. OLE color: 12971375.
HSL color Cylindrical-coordinate representation of color #6FEDC5: hue angle of 160.95º 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 #6FEDC5 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 197 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.07 |
| HSL | 160.95º | 0.78% | 0.68% | - |
| HSV(B) | 160.95º | 0.53% | 0.93% | - |
| XYZ | 46.92 | 67.98 | 63.47 | - |
| YUV | 194.77 | 129.26 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 197 | 0.53 | 0 | 0.17 | 0.07 | 160.95 | 0.78 | 0.68 |
| Hex | 6F | ED | C5 | 35 | 0 | 11 | 7 | A1 | 4E | 44 |
| Octal | 157 | 355 | 305 | 65 | 0 | 21 | 7 | 241 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11000101 | 110101 | 0 | 10001 | 111 | 10100001 | 1001110 | 1000100 |
Color Harmonies of #6FEDC5
Complementary color
Monochromatic Colors of #6FEDC5
Black with #6FEDC5
Text Example
Text Example
White with #6FEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDC5; }
p { color: rgb(111,237,197); }
H1.HeaderClassName
{
color: #6FEDC5;
}
.AnyTagClassName
{
color: #6FEDC5;
}
</style>
background-color css
<style>
a { background-color: #6FEDC5; }
a { background-color: rgb(111,237,197); }
div.DivClassName
{
background-color: #6FEDC5;
}
.BgClassName
{
background-color: #6FEDC5;
}
</style>
border-color css
<style>
span { border-color: #6FEDC5; }
span { border-color: rgb(111,237,197); }
td.TdClassName
{
border-color: #6FEDC5;
}
.TagClassName
{
border-color: #6FEDC5;
}
</style>