Shades of Aquamarine #6DFCC0
Tints of Aquamarine #6DFCC0
RGB
CMYK
RGB Variations
Color information
#6DFCC0 (or 0x6DFCC0) is known color: Aquamarine. HEX triplet: 6D, FC and C0. RGB value is (109,252,192). Sum of RGB (Red+Green+Blue) = 109+252+192=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFCC0 is #92033F. Grayscale: #CACACA. Windows color (decimal): -9569088 or 12647533. OLE color: 12647533.
HSL color Cylindrical-coordinate representation of color #6DFCC0: hue angle of 154.83º 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 #6DFCC0 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 252 | 192 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.01 |
| HSL | 154.83º | 0.96% | 0.71% | - |
| HSV(B) | 154.83º | 0.57% | 0.99% | - |
| XYZ | 50.63 | 76.68 | 62 | - |
| YUV | 202.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 252 | 192 | 0.57 | 0 | 0.24 | 0.01 | 154.83 | 0.96 | 0.71 |
| Hex | 6D | FC | C0 | 39 | 0 | 18 | 1 | 9B | 60 | 47 |
| Octal | 155 | 374 | 300 | 71 | 0 | 30 | 1 | 233 | 140 | 107 |
| Binary | 1101101 | 11111100 | 11000000 | 111001 | 0 | 11000 | 1 | 10011011 | 1100000 | 1000111 |
Color Harmonies of #6DFCC0
Complementary color
Monochromatic Colors of #6DFCC0
Black with #6DFCC0
Text Example
Text Example
White with #6DFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFCC0; }
p { color: rgb(109,252,192); }
H1.HeaderClassName
{
color: #6DFCC0;
}
.AnyTagClassName
{
color: #6DFCC0;
}
</style>
background-color css
<style>
a { background-color: #6DFCC0; }
a { background-color: rgb(109,252,192); }
div.DivClassName
{
background-color: #6DFCC0;
}
.BgClassName
{
background-color: #6DFCC0;
}
</style>
border-color css
<style>
span { border-color: #6DFCC0; }
span { border-color: rgb(109,252,192); }
td.TdClassName
{
border-color: #6DFCC0;
}
.TagClassName
{
border-color: #6DFCC0;
}
</style>