Shades of Aquamarine #6DFCCD
Tints of Aquamarine #6DFCCD
RGB
CMYK
RGB Variations
Color information
#6DFCCD (or 0x6DFCCD) is known color: Aquamarine. HEX triplet: 6D, FC and CD. RGB value is (109,252,205). Sum of RGB (Red+Green+Blue) = 109+252+205=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFCCD is #920332. Grayscale: #CBCBCB. Windows color (decimal): -9569075 or 13499501. OLE color: 13499501.
HSL color Cylindrical-coordinate representation of color #6DFCCD: hue angle of 160.28º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFCCD is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 252 | 205 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.01 |
| HSL | 160.28º | 0.96% | 0.71% | - |
| HSV(B) | 160.28º | 0.57% | 0.99% | - |
| XYZ | 52.14 | 77.28 | 69.93 | - |
| YUV | 203.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 252 | 205 | 0.57 | 0 | 0.19 | 0.01 | 160.28 | 0.96 | 0.71 |
| Hex | 6D | FC | CD | 39 | 0 | 13 | 1 | A0 | 60 | 47 |
| Octal | 155 | 374 | 315 | 71 | 0 | 23 | 1 | 240 | 140 | 107 |
| Binary | 1101101 | 11111100 | 11001101 | 111001 | 0 | 10011 | 1 | 10100000 | 1100000 | 1000111 |
Color Harmonies of #6DFCCD
Complementary color
Monochromatic Colors of #6DFCCD
Black with #6DFCCD
Text Example
Text Example
White with #6DFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFCCD; }
p { color: rgb(109,252,205); }
H1.HeaderClassName
{
color: #6DFCCD;
}
.AnyTagClassName
{
color: #6DFCCD;
}
</style>
background-color css
<style>
a { background-color: #6DFCCD; }
a { background-color: rgb(109,252,205); }
div.DivClassName
{
background-color: #6DFCCD;
}
.BgClassName
{
background-color: #6DFCCD;
}
</style>
border-color css
<style>
span { border-color: #6DFCCD; }
span { border-color: rgb(109,252,205); }
td.TdClassName
{
border-color: #6DFCCD;
}
.TagClassName
{
border-color: #6DFCCD;
}
</style>