Shades of Aquamarine #6DEFD4
Tints of Aquamarine #6DEFD4
RGB
CMYK
RGB Variations
Color information
#6DEFD4 (or 0x6DEFD4) is known color: Aquamarine. HEX triplet: 6D, EF and D4. RGB value is (109,239,212). Sum of RGB (Red+Green+Blue) = 109+239+212=560 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.46% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFD4 is #92102B. Grayscale: #C5C5C5. Windows color (decimal): -9572396 or 13954925. OLE color: 13954925.
HSL color Cylindrical-coordinate representation of color #6DEFD4: hue angle of 167.54º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEFD4 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 239 | 212 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.06 |
| HSL | 167.54º | 0.8% | 0.68% | - |
| HSV(B) | 167.54º | 0.54% | 0.94% | - |
| XYZ | 49.06 | 69.74 | 73.16 | - |
| YUV | 197.05 | 136.43 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 239 | 212 | 0.54 | 0 | 0.11 | 0.06 | 167.54 | 0.8 | 0.68 |
| Hex | 6D | EF | D4 | 36 | 0 | B | 6 | A8 | 50 | 44 |
| Octal | 155 | 357 | 324 | 66 | 0 | 13 | 6 | 250 | 120 | 104 |
| Binary | 1101101 | 11101111 | 11010100 | 110110 | 0 | 1011 | 110 | 10101000 | 1010000 | 1000100 |
Color Harmonies of #6DEFD4
Complementary color
Monochromatic Colors of #6DEFD4
Black with #6DEFD4
Text Example
Text Example
White with #6DEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEFD4; }
p { color: rgb(109,239,212); }
H1.HeaderClassName
{
color: #6DEFD4;
}
.AnyTagClassName
{
color: #6DEFD4;
}
</style>
background-color css
<style>
a { background-color: #6DEFD4; }
a { background-color: rgb(109,239,212); }
div.DivClassName
{
background-color: #6DEFD4;
}
.BgClassName
{
background-color: #6DEFD4;
}
</style>
border-color css
<style>
span { border-color: #6DEFD4; }
span { border-color: rgb(109,239,212); }
td.TdClassName
{
border-color: #6DEFD4;
}
.TagClassName
{
border-color: #6DEFD4;
}
</style>