Shades of Aquamarine #6DFBCD
Tints of Aquamarine #6DFBCD
RGB
CMYK
RGB Variations
Color information
#6DFBCD (or 0x6DFBCD) is known color: Aquamarine. HEX triplet: 6D, FB and CD. RGB value is (109,251,205). Sum of RGB (Red+Green+Blue) = 109+251+205=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBCD is #920432. Grayscale: #CBCBCB. Windows color (decimal): -9569331 or 13499245. OLE color: 13499245.
HSL color Cylindrical-coordinate representation of color #6DFBCD: hue angle of 160.56º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFBCD is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 251 | 205 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.02 |
| HSL | 160.56º | 0.95% | 0.71% | - |
| HSV(B) | 160.56º | 0.57% | 0.98% | - |
| XYZ | 51.82 | 76.65 | 69.82 | - |
| YUV | 203.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 251 | 205 | 0.57 | 0 | 0.18 | 0.02 | 160.56 | 0.95 | 0.71 |
| Hex | 6D | FB | CD | 39 | 0 | 12 | 2 | A1 | 5F | 47 |
| Octal | 155 | 373 | 315 | 71 | 0 | 22 | 2 | 241 | 137 | 107 |
| Binary | 1101101 | 11111011 | 11001101 | 111001 | 0 | 10010 | 10 | 10100001 | 1011111 | 1000111 |
Color Harmonies of #6DFBCD
Complementary color
Monochromatic Colors of #6DFBCD
Black with #6DFBCD
Text Example
Text Example
White with #6DFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFBCD; }
p { color: rgb(109,251,205); }
H1.HeaderClassName
{
color: #6DFBCD;
}
.AnyTagClassName
{
color: #6DFBCD;
}
</style>
background-color css
<style>
a { background-color: #6DFBCD; }
a { background-color: rgb(109,251,205); }
div.DivClassName
{
background-color: #6DFBCD;
}
.BgClassName
{
background-color: #6DFBCD;
}
</style>
border-color css
<style>
span { border-color: #6DFBCD; }
span { border-color: rgb(109,251,205); }
td.TdClassName
{
border-color: #6DFBCD;
}
.TagClassName
{
border-color: #6DFBCD;
}
</style>