Shades of Aquamarine #6DF8DF
Tints of Aquamarine #6DF8DF
RGB
CMYK
RGB Variations
Color information
#6DF8DF (or 0x6DF8DF) is known color: Aquamarine. HEX triplet: 6D, F8 and DF. RGB value is (109,248,223). Sum of RGB (Red+Green+Blue) = 109+248+223=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF8DF is #920720. Grayscale: #CBCBCB. Windows color (decimal): -9570081 or 14678125. OLE color: 14678125.
HSL color Cylindrical-coordinate representation of color #6DF8DF: hue angle of 169.21º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF8DF is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 248 | 223 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.03 |
| HSL | 169.21º | 0.91% | 0.7% | - |
| HSV(B) | 169.21º | 0.56% | 0.97% | - |
| XYZ | 53.19 | 75.71 | 81.62 | - |
| YUV | 203.59 | 138.95 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 248 | 223 | 0.56 | 0 | 0.10 | 0.03 | 169.21 | 0.91 | 0.7 |
| Hex | 6D | F8 | DF | 38 | 0 | A | 3 | A9 | 5B | 46 |
| Octal | 155 | 370 | 337 | 70 | 0 | 12 | 3 | 251 | 133 | 106 |
| Binary | 1101101 | 11111000 | 11011111 | 111000 | 0 | 1010 | 11 | 10101001 | 1011011 | 1000110 |
Color Harmonies of #6DF8DF
Complementary color
Monochromatic Colors of #6DF8DF
Black with #6DF8DF
Text Example
Text Example
White with #6DF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF8DF; }
p { color: rgb(109,248,223); }
H1.HeaderClassName
{
color: #6DF8DF;
}
.AnyTagClassName
{
color: #6DF8DF;
}
</style>
background-color css
<style>
a { background-color: #6DF8DF; }
a { background-color: rgb(109,248,223); }
div.DivClassName
{
background-color: #6DF8DF;
}
.BgClassName
{
background-color: #6DF8DF;
}
</style>
border-color css
<style>
span { border-color: #6DF8DF; }
span { border-color: rgb(109,248,223); }
td.TdClassName
{
border-color: #6DF8DF;
}
.TagClassName
{
border-color: #6DF8DF;
}
</style>