Shades of Aquamarine #6DEEC5
Tints of Aquamarine #6DEEC5
RGB
CMYK
RGB Variations
Color information
#6DEEC5 (or 0x6DEEC5) is known color: Aquamarine. HEX triplet: 6D, EE and C5. RGB value is (109,238,197). Sum of RGB (Red+Green+Blue) = 109+238+197=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEC5 is #92113A. Grayscale: #C2C2C2. Windows color (decimal): -9572667 or 12971629. OLE color: 12971629.
HSL color Cylindrical-coordinate representation of color #6DEEC5: hue angle of 160.93º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEEC5 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 238 | 197 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.07 |
| HSL | 160.93º | 0.79% | 0.68% | - |
| HSV(B) | 160.93º | 0.54% | 0.93% | - |
| XYZ | 46.96 | 68.43 | 63.56 | - |
| YUV | 194.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 197 | 0.54 | 0 | 0.17 | 0.07 | 160.93 | 0.79 | 0.68 |
| Hex | 6D | EE | C5 | 36 | 0 | 11 | 7 | A1 | 4F | 44 |
| Octal | 155 | 356 | 305 | 66 | 0 | 21 | 7 | 241 | 117 | 104 |
| Binary | 1101101 | 11101110 | 11000101 | 110110 | 0 | 10001 | 111 | 10100001 | 1001111 | 1000100 |
Color Harmonies of #6DEEC5
Complementary color
Monochromatic Colors of #6DEEC5
Black with #6DEEC5
Text Example
Text Example
White with #6DEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEC5; }
p { color: rgb(109,238,197); }
H1.HeaderClassName
{
color: #6DEEC5;
}
.AnyTagClassName
{
color: #6DEEC5;
}
</style>
background-color css
<style>
a { background-color: #6DEEC5; }
a { background-color: rgb(109,238,197); }
div.DivClassName
{
background-color: #6DEEC5;
}
.BgClassName
{
background-color: #6DEEC5;
}
</style>
border-color css
<style>
span { border-color: #6DEEC5; }
span { border-color: rgb(109,238,197); }
td.TdClassName
{
border-color: #6DEEC5;
}
.TagClassName
{
border-color: #6DEEC5;
}
</style>