Shades of Aquamarine #6DFDC4
Tints of Aquamarine #6DFDC4
RGB
CMYK
RGB Variations
Color information
#6DFDC4 (or 0x6DFDC4) is known color: Aquamarine. HEX triplet: 6D, FD and C4. RGB value is (109,253,196). Sum of RGB (Red+Green+Blue) = 109+253+196=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDC4 is #92023B. Grayscale: #CBCBCB. Windows color (decimal): -9568828 or 12909933. OLE color: 12909933.
HSL color Cylindrical-coordinate representation of color #6DFDC4: hue angle of 156.25º 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 #6DFDC4 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 196 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.01 |
| HSL | 156.25º | 0.97% | 0.71% | - |
| HSV(B) | 156.25º | 0.57% | 0.99% | - |
| XYZ | 51.4 | 77.49 | 64.47 | - |
| YUV | 203.45 | 123.79 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 196 | 0.57 | 0 | 0.23 | 0.01 | 156.25 | 0.97 | 0.71 |
| Hex | 6D | FD | C4 | 39 | 0 | 17 | 1 | 9C | 61 | 47 |
| Octal | 155 | 375 | 304 | 71 | 0 | 27 | 1 | 234 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11000100 | 111001 | 0 | 10111 | 1 | 10011100 | 1100001 | 1000111 |
Color Harmonies of #6DFDC4
Complementary color
Monochromatic Colors of #6DFDC4
Black with #6DFDC4
Text Example
Text Example
White with #6DFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDC4; }
p { color: rgb(109,253,196); }
H1.HeaderClassName
{
color: #6DFDC4;
}
.AnyTagClassName
{
color: #6DFDC4;
}
</style>
background-color css
<style>
a { background-color: #6DFDC4; }
a { background-color: rgb(109,253,196); }
div.DivClassName
{
background-color: #6DFDC4;
}
.BgClassName
{
background-color: #6DFDC4;
}
</style>
border-color css
<style>
span { border-color: #6DFDC4; }
span { border-color: rgb(109,253,196); }
td.TdClassName
{
border-color: #6DFDC4;
}
.TagClassName
{
border-color: #6DFDC4;
}
</style>