Shades of Aquamarine #6DF1CF
Tints of Aquamarine #6DF1CF
RGB
CMYK
RGB Variations
Color information
#6DF1CF (or 0x6DF1CF) is known color: Aquamarine. HEX triplet: 6D, F1 and CF. RGB value is (109,241,207). Sum of RGB (Red+Green+Blue) = 109+241+207=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1CF is #920E30. Grayscale: #C5C5C5. Windows color (decimal): -9571889 or 13627757. OLE color: 13627757.
HSL color Cylindrical-coordinate representation of color #6DF1CF: hue angle of 164.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF1CF is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 241 | 207 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.05 |
| HSL | 164.55º | 0.83% | 0.69% | - |
| HSV(B) | 164.55º | 0.55% | 0.95% | - |
| XYZ | 49.02 | 70.67 | 70.09 | - |
| YUV | 197.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 241 | 207 | 0.55 | 0 | 0.14 | 0.05 | 164.55 | 0.83 | 0.69 |
| Hex | 6D | F1 | CF | 37 | 0 | E | 5 | A5 | 52 | 45 |
| Octal | 155 | 361 | 317 | 67 | 0 | 16 | 5 | 245 | 122 | 105 |
| Binary | 1101101 | 11110001 | 11001111 | 110111 | 0 | 1110 | 101 | 10100101 | 1010010 | 1000101 |
Color Harmonies of #6DF1CF
Complementary color
Monochromatic Colors of #6DF1CF
Black with #6DF1CF
Text Example
Text Example
White with #6DF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF1CF; }
p { color: rgb(109,241,207); }
H1.HeaderClassName
{
color: #6DF1CF;
}
.AnyTagClassName
{
color: #6DF1CF;
}
</style>
background-color css
<style>
a { background-color: #6DF1CF; }
a { background-color: rgb(109,241,207); }
div.DivClassName
{
background-color: #6DF1CF;
}
.BgClassName
{
background-color: #6DF1CF;
}
</style>
border-color css
<style>
span { border-color: #6DF1CF; }
span { border-color: rgb(109,241,207); }
td.TdClassName
{
border-color: #6DF1CF;
}
.TagClassName
{
border-color: #6DF1CF;
}
</style>