Shades of Aquamarine #6DFDC3
Tints of Aquamarine #6DFDC3
RGB
CMYK
RGB Variations
Color information
#6DFDC3 (or 0x6DFDC3) is known color: Aquamarine. HEX triplet: 6D, FD and C3. RGB value is (109,253,195). Sum of RGB (Red+Green+Blue) = 109+253+195=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDC3 is #92023C. Grayscale: #CBCBCB. Windows color (decimal): -9568829 or 12844397. OLE color: 12844397.
HSL color Cylindrical-coordinate representation of color #6DFDC3: hue angle of 155.83º degrees, saturation: 0.97, 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 #6DFDC3 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 195 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.01 |
| HSL | 155.83º | 0.97% | 0.71% | - |
| HSV(B) | 155.83º | 0.57% | 0.99% | - |
| XYZ | 51.28 | 77.44 | 63.87 | - |
| YUV | 203.33 | 123.29 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 195 | 0.57 | 0 | 0.23 | 0.01 | 155.83 | 0.97 | 0.71 |
| Hex | 6D | FD | C3 | 39 | 0 | 17 | 1 | 9C | 61 | 47 |
| Octal | 155 | 375 | 303 | 71 | 0 | 27 | 1 | 234 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11000011 | 111001 | 0 | 10111 | 1 | 10011100 | 1100001 | 1000111 |
Color Harmonies of #6DFDC3
Complementary color
Monochromatic Colors of #6DFDC3
Black with #6DFDC3
Text Example
Text Example
White with #6DFDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDC3; }
p { color: rgb(109,253,195); }
H1.HeaderClassName
{
color: #6DFDC3;
}
.AnyTagClassName
{
color: #6DFDC3;
}
</style>
background-color css
<style>
a { background-color: #6DFDC3; }
a { background-color: rgb(109,253,195); }
div.DivClassName
{
background-color: #6DFDC3;
}
.BgClassName
{
background-color: #6DFDC3;
}
</style>
border-color css
<style>
span { border-color: #6DFDC3; }
span { border-color: rgb(109,253,195); }
td.TdClassName
{
border-color: #6DFDC3;
}
.TagClassName
{
border-color: #6DFDC3;
}
</style>