Shades of Aquamarine #6DEBD2
Tints of Aquamarine #6DEBD2
RGB
CMYK
RGB Variations
Color information
#6DEBD2 (or 0x6DEBD2) is known color: Aquamarine. HEX triplet: 6D, EB and D2. RGB value is (109,235,210). Sum of RGB (Red+Green+Blue) = 109+235+210=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBD2 is #92142D. Grayscale: #C2C2C2. Windows color (decimal): -9573422 or 13822829. OLE color: 13822829.
HSL color Cylindrical-coordinate representation of color #6DEBD2: hue angle of 168.1º 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 #6DEBD2 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 235 | 210 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.08 |
| HSL | 168.1º | 0.76% | 0.67% | - |
| HSV(B) | 168.1º | 0.54% | 0.92% | - |
| XYZ | 47.65 | 67.32 | 71.46 | - |
| YUV | 194.48 | 136.76 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 210 | 0.54 | 0 | 0.11 | 0.08 | 168.1 | 0.76 | 0.67 |
| Hex | 6D | EB | D2 | 36 | 0 | B | 8 | A8 | 4C | 43 |
| Octal | 155 | 353 | 322 | 66 | 0 | 13 | 10 | 250 | 114 | 103 |
| Binary | 1101101 | 11101011 | 11010010 | 110110 | 0 | 1011 | 1000 | 10101000 | 1001100 | 1000011 |
Color Harmonies of #6DEBD2
Complementary color
Monochromatic Colors of #6DEBD2
Black with #6DEBD2
Text Example
Text Example
White with #6DEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBD2; }
p { color: rgb(109,235,210); }
H1.HeaderClassName
{
color: #6DEBD2;
}
.AnyTagClassName
{
color: #6DEBD2;
}
</style>
background-color css
<style>
a { background-color: #6DEBD2; }
a { background-color: rgb(109,235,210); }
div.DivClassName
{
background-color: #6DEBD2;
}
.BgClassName
{
background-color: #6DEBD2;
}
</style>
border-color css
<style>
span { border-color: #6DEBD2; }
span { border-color: rgb(109,235,210); }
td.TdClassName
{
border-color: #6DEBD2;
}
.TagClassName
{
border-color: #6DEBD2;
}
</style>