Shades of Aquamarine #6DF5DA
Tints of Aquamarine #6DF5DA
RGB
CMYK
RGB Variations
Color information
#6DF5DA (or 0x6DF5DA) is known color: Aquamarine. HEX triplet: 6D, F5 and DA. RGB value is (109,245,218). Sum of RGB (Red+Green+Blue) = 109+245+218=572 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.06% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #6DF5DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF5DA is #920A25. Grayscale: #C9C9C9. Windows color (decimal): -9570854 or 14349677. OLE color: 14349677.
HSL color Cylindrical-coordinate representation of color #6DF5DA: hue angle of 168.09º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF5DA is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 245 | 218 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.04 |
| HSL | 168.09º | 0.87% | 0.69% | - |
| HSV(B) | 168.09º | 0.56% | 0.96% | - |
| XYZ | 51.61 | 73.62 | 77.82 | - |
| YUV | 201.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 245 | 218 | 0.56 | 0 | 0.11 | 0.04 | 168.09 | 0.87 | 0.69 |
| Hex | 6D | F5 | DA | 38 | 0 | B | 4 | A8 | 57 | 45 |
| Octal | 155 | 365 | 332 | 70 | 0 | 13 | 4 | 250 | 127 | 105 |
| Binary | 1101101 | 11110101 | 11011010 | 111000 | 0 | 1011 | 100 | 10101000 | 1010111 | 1000101 |
Color Harmonies of #6DF5DA
Complementary color
Monochromatic Colors of #6DF5DA
Black with #6DF5DA
Text Example
Text Example
White with #6DF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF5DA; }
p { color: rgb(109,245,218); }
H1.HeaderClassName
{
color: #6DF5DA;
}
.AnyTagClassName
{
color: #6DF5DA;
}
</style>
background-color css
<style>
a { background-color: #6DF5DA; }
a { background-color: rgb(109,245,218); }
div.DivClassName
{
background-color: #6DF5DA;
}
.BgClassName
{
background-color: #6DF5DA;
}
</style>
border-color css
<style>
span { border-color: #6DF5DA; }
span { border-color: rgb(109,245,218); }
td.TdClassName
{
border-color: #6DF5DA;
}
.TagClassName
{
border-color: #6DF5DA;
}
</style>