Shades of Medium Aquamarine #6FF2AF
Tints of Medium Aquamarine #6FF2AF
RGB
CMYK
RGB Variations
Color information
#6FF2AF (or 0x6FF2AF) is known color: Medium Aquamarine. HEX triplet: 6F, F2 and AF. RGB value is (111,242,175). Sum of RGB (Red+Green+Blue) = 111+242+175=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF2AF is #900D50. Grayscale: #C3C3C3. Windows color (decimal): -9440593 or 11530863. OLE color: 11530863.
HSL color Cylindrical-coordinate representation of color #6FF2AF: hue angle of 149.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF2AF is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 242 | 175 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.05 |
| HSL | 149.31º | 0.83% | 0.69% | - |
| HSV(B) | 149.31º | 0.54% | 0.95% | - |
| XYZ | 46.05 | 69.98 | 51.64 | - |
| YUV | 195.19 | 116.6 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 175 | 0.54 | 0 | 0.28 | 0.05 | 149.31 | 0.83 | 0.69 |
| Hex | 6F | F2 | AF | 36 | 0 | 1C | 5 | 95 | 53 | 45 |
| Octal | 157 | 362 | 257 | 66 | 0 | 34 | 5 | 225 | 123 | 105 |
| Binary | 1101111 | 11110010 | 10101111 | 110110 | 0 | 11100 | 101 | 10010101 | 1010011 | 1000101 |
Color Harmonies of #6FF2AF
Complementary color
Monochromatic Colors of #6FF2AF
Black with #6FF2AF
Text Example
Text Example
White with #6FF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF2AF; }
p { color: rgb(111,242,175); }
H1.HeaderClassName
{
color: #6FF2AF;
}
.AnyTagClassName
{
color: #6FF2AF;
}
</style>
background-color css
<style>
a { background-color: #6FF2AF; }
a { background-color: rgb(111,242,175); }
div.DivClassName
{
background-color: #6FF2AF;
}
.BgClassName
{
background-color: #6FF2AF;
}
</style>
border-color css
<style>
span { border-color: #6FF2AF; }
span { border-color: rgb(111,242,175); }
td.TdClassName
{
border-color: #6FF2AF;
}
.TagClassName
{
border-color: #6FF2AF;
}
</style>