Shades of Aquamarine #6DEBD1
Tints of Aquamarine #6DEBD1
RGB
CMYK
RGB Variations
Color information
#6DEBD1 (or 0x6DEBD1) is known color: Aquamarine. HEX triplet: 6D, EB and D1. RGB value is (109,235,209). Sum of RGB (Red+Green+Blue) = 109+235+209=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBD1 is #92142E. Grayscale: #C2C2C2. Windows color (decimal): -9573423 or 13757293. OLE color: 13757293.
HSL color Cylindrical-coordinate representation of color #6DEBD1: hue angle of 167.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBD1 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 235 | 209 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.08 |
| HSL | 167.62º | 0.76% | 0.67% | - |
| HSV(B) | 167.62º | 0.54% | 0.92% | - |
| XYZ | 47.52 | 67.27 | 70.8 | - |
| YUV | 194.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 209 | 0.54 | 0 | 0.11 | 0.08 | 167.62 | 0.76 | 0.67 |
| Hex | 6D | EB | D1 | 36 | 0 | B | 8 | A8 | 4C | 43 |
| Octal | 155 | 353 | 321 | 66 | 0 | 13 | 10 | 250 | 114 | 103 |
| Binary | 1101101 | 11101011 | 11010001 | 110110 | 0 | 1011 | 1000 | 10101000 | 1001100 | 1000011 |
Color Harmonies of #6DEBD1
Complementary color
Monochromatic Colors of #6DEBD1
Black with #6DEBD1
Text Example
Text Example
White with #6DEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBD1; }
p { color: rgb(109,235,209); }
H1.HeaderClassName
{
color: #6DEBD1;
}
.AnyTagClassName
{
color: #6DEBD1;
}
</style>
background-color css
<style>
a { background-color: #6DEBD1; }
a { background-color: rgb(109,235,209); }
div.DivClassName
{
background-color: #6DEBD1;
}
.BgClassName
{
background-color: #6DEBD1;
}
</style>
border-color css
<style>
span { border-color: #6DEBD1; }
span { border-color: rgb(109,235,209); }
td.TdClassName
{
border-color: #6DEBD1;
}
.TagClassName
{
border-color: #6DEBD1;
}
</style>