Shades of Aquamarine #6DF4CC
Tints of Aquamarine #6DF4CC
RGB
CMYK
RGB Variations
Color information
#6DF4CC (or 0x6DF4CC) is known color: Aquamarine. HEX triplet: 6D, F4 and CC. RGB value is (109,244,204). Sum of RGB (Red+Green+Blue) = 109+244+204=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #6DF4CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF4CC is #920B33. Grayscale: #C7C7C7. Windows color (decimal): -9571124 or 13431917. OLE color: 13431917.
HSL color Cylindrical-coordinate representation of color #6DF4CC: hue angle of 162.22º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF4CC is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 244 | 204 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.04 |
| HSL | 162.22º | 0.86% | 0.69% | - |
| HSV(B) | 162.22º | 0.55% | 0.96% | - |
| XYZ | 49.56 | 72.31 | 68.47 | - |
| YUV | 199.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 244 | 204 | 0.55 | 0 | 0.16 | 0.04 | 162.22 | 0.86 | 0.69 |
| Hex | 6D | F4 | CC | 37 | 0 | 10 | 4 | A2 | 56 | 45 |
| Octal | 155 | 364 | 314 | 67 | 0 | 20 | 4 | 242 | 126 | 105 |
| Binary | 1101101 | 11110100 | 11001100 | 110111 | 0 | 10000 | 100 | 10100010 | 1010110 | 1000101 |
Color Harmonies of #6DF4CC
Complementary color
Monochromatic Colors of #6DF4CC
Black with #6DF4CC
Text Example
Text Example
White with #6DF4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF4CC; }
p { color: rgb(109,244,204); }
H1.HeaderClassName
{
color: #6DF4CC;
}
.AnyTagClassName
{
color: #6DF4CC;
}
</style>
background-color css
<style>
a { background-color: #6DF4CC; }
a { background-color: rgb(109,244,204); }
div.DivClassName
{
background-color: #6DF4CC;
}
.BgClassName
{
background-color: #6DF4CC;
}
</style>
border-color css
<style>
span { border-color: #6DF4CC; }
span { border-color: rgb(109,244,204); }
td.TdClassName
{
border-color: #6DF4CC;
}
.TagClassName
{
border-color: #6DF4CC;
}
</style>