Shades of Aquamarine #6DFCDD
Tints of Aquamarine #6DFCDD
RGB
CMYK
RGB Variations
Color information
#6DFCDD (or 0x6DFCDD) is known color: Aquamarine. HEX triplet: 6D, FC and DD. RGB value is (109,252,221). Sum of RGB (Red+Green+Blue) = 109+252+221=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFCDD is #920322. Grayscale: #CDCDCD. Windows color (decimal): -9569059 or 14548077. OLE color: 14548077.
HSL color Cylindrical-coordinate representation of color #6DFCDD: hue angle of 166.99º 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 #6DFCDD is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 252 | 221 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.01 |
| HSL | 166.99º | 0.96% | 0.71% | - |
| HSV(B) | 166.99º | 0.57% | 0.99% | - |
| XYZ | 54.17 | 78.09 | 80.63 | - |
| YUV | 205.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 252 | 221 | 0.57 | 0 | 0.12 | 0.01 | 166.99 | 0.96 | 0.71 |
| Hex | 6D | FC | DD | 39 | 0 | C | 1 | A7 | 60 | 47 |
| Octal | 155 | 374 | 335 | 71 | 0 | 14 | 1 | 247 | 140 | 107 |
| Binary | 1101101 | 11111100 | 11011101 | 111001 | 0 | 1100 | 1 | 10100111 | 1100000 | 1000111 |
Color Harmonies of #6DFCDD
Complementary color
Monochromatic Colors of #6DFCDD
Black with #6DFCDD
Text Example
Text Example
White with #6DFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFCDD; }
p { color: rgb(109,252,221); }
H1.HeaderClassName
{
color: #6DFCDD;
}
.AnyTagClassName
{
color: #6DFCDD;
}
</style>
background-color css
<style>
a { background-color: #6DFCDD; }
a { background-color: rgb(109,252,221); }
div.DivClassName
{
background-color: #6DFCDD;
}
.BgClassName
{
background-color: #6DFCDD;
}
</style>
border-color css
<style>
span { border-color: #6DFCDD; }
span { border-color: rgb(109,252,221); }
td.TdClassName
{
border-color: #6DFCDD;
}
.TagClassName
{
border-color: #6DFCDD;
}
</style>