Shades of Aquamarine #6DFBDD
Tints of Aquamarine #6DFBDD
RGB
CMYK
RGB Variations
Color information
#6DFBDD (or 0x6DFBDD) is known color: Aquamarine. HEX triplet: 6D, FB and DD. RGB value is (109,251,221). Sum of RGB (Red+Green+Blue) = 109+251+221=581 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.76% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBDD is #920422. Grayscale: #CDCDCD. Windows color (decimal): -9569315 or 14547821. OLE color: 14547821.
HSL color Cylindrical-coordinate representation of color #6DFBDD: hue angle of 167.32º 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 #6DFBDD is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 251 | 221 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.02 |
| HSL | 167.32º | 0.95% | 0.71% | - |
| HSV(B) | 167.32º | 0.57% | 0.98% | - |
| XYZ | 53.86 | 77.47 | 80.52 | - |
| YUV | 205.12 | 136.96 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 251 | 221 | 0.57 | 0 | 0.12 | 0.02 | 167.32 | 0.95 | 0.71 |
| Hex | 6D | FB | DD | 39 | 0 | C | 2 | A7 | 5F | 47 |
| Octal | 155 | 373 | 335 | 71 | 0 | 14 | 2 | 247 | 137 | 107 |
| Binary | 1101101 | 11111011 | 11011101 | 111001 | 0 | 1100 | 10 | 10100111 | 1011111 | 1000111 |
Color Harmonies of #6DFBDD
Complementary color
Monochromatic Colors of #6DFBDD
Black with #6DFBDD
Text Example
Text Example
White with #6DFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFBDD; }
p { color: rgb(109,251,221); }
H1.HeaderClassName
{
color: #6DFBDD;
}
.AnyTagClassName
{
color: #6DFBDD;
}
</style>
background-color css
<style>
a { background-color: #6DFBDD; }
a { background-color: rgb(109,251,221); }
div.DivClassName
{
background-color: #6DFBDD;
}
.BgClassName
{
background-color: #6DFBDD;
}
</style>
border-color css
<style>
span { border-color: #6DFBDD; }
span { border-color: rgb(109,251,221); }
td.TdClassName
{
border-color: #6DFBDD;
}
.TagClassName
{
border-color: #6DFBDD;
}
</style>