Shades of Medium Aquamarine #6FDFA0
Tints of Medium Aquamarine #6FDFA0
RGB
CMYK
RGB Variations
Color information
#6FDFA0 (or 0x6FDFA0) is known color: Medium Aquamarine. HEX triplet: 6F, DF and A0. RGB value is (111,223,160). Sum of RGB (Red+Green+Blue) = 111+223+160=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDFA0 is #90205F. Grayscale: #B6B6B6. Windows color (decimal): -9445472 or 10542959. OLE color: 10542959.
HSL color Cylindrical-coordinate representation of color #6FDFA0: hue angle of 146.25º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFA0 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 160 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.13 |
| HSL | 146.25º | 0.64% | 0.65% | - |
| HSV(B) | 146.25º | 0.5% | 0.87% | - |
| XYZ | 39.29 | 58.69 | 42.52 | - |
| YUV | 182.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 160 | 0.50 | 0 | 0.28 | 0.13 | 146.25 | 0.64 | 0.65 |
| Hex | 6F | DF | A0 | 32 | 0 | 1C | D | 92 | 40 | 41 |
| Octal | 157 | 337 | 240 | 62 | 0 | 34 | 15 | 222 | 100 | 101 |
| Binary | 1101111 | 11011111 | 10100000 | 110010 | 0 | 11100 | 1101 | 10010010 | 1000000 | 1000001 |
Color Harmonies of #6FDFA0
Complementary color
Monochromatic Colors of #6FDFA0
Black with #6FDFA0
Text Example
Text Example
White with #6FDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFA0; }
p { color: rgb(111,223,160); }
H1.HeaderClassName
{
color: #6FDFA0;
}
.AnyTagClassName
{
color: #6FDFA0;
}
</style>
background-color css
<style>
a { background-color: #6FDFA0; }
a { background-color: rgb(111,223,160); }
div.DivClassName
{
background-color: #6FDFA0;
}
.BgClassName
{
background-color: #6FDFA0;
}
</style>
border-color css
<style>
span { border-color: #6FDFA0; }
span { border-color: rgb(111,223,160); }
td.TdClassName
{
border-color: #6FDFA0;
}
.TagClassName
{
border-color: #6FDFA0;
}
</style>