Shades of Aquamarine #6FF1D6
Tints of Aquamarine #6FF1D6
RGB
CMYK
RGB Variations
Color information
#6FF1D6 (or 0x6FF1D6) is known color: Aquamarine. HEX triplet: 6F, F1 and D6. RGB value is (111,241,214). Sum of RGB (Red+Green+Blue) = 111+241+214=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1D6 is #900E29. Grayscale: #C7C7C7. Windows color (decimal): -9440810 or 14086511. OLE color: 14086511.
HSL color Cylindrical-coordinate representation of color #6FF1D6: hue angle of 167.54º degrees, saturation: 0.82, 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 #6FF1D6 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 241 | 214 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.05 |
| HSL | 167.54º | 0.82% | 0.69% | - |
| HSV(B) | 167.54º | 0.54% | 0.95% | - |
| XYZ | 50.15 | 71.15 | 74.71 | - |
| YUV | 199.05 | 136.43 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 214 | 0.54 | 0 | 0.11 | 0.05 | 167.54 | 0.82 | 0.69 |
| Hex | 6F | F1 | D6 | 36 | 0 | B | 5 | A8 | 52 | 45 |
| Octal | 157 | 361 | 326 | 66 | 0 | 13 | 5 | 250 | 122 | 105 |
| Binary | 1101111 | 11110001 | 11010110 | 110110 | 0 | 1011 | 101 | 10101000 | 1010010 | 1000101 |
Color Harmonies of #6FF1D6
Complementary color
Monochromatic Colors of #6FF1D6
Black with #6FF1D6
Text Example
Text Example
White with #6FF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF1D6; }
p { color: rgb(111,241,214); }
H1.HeaderClassName
{
color: #6FF1D6;
}
.AnyTagClassName
{
color: #6FF1D6;
}
</style>
background-color css
<style>
a { background-color: #6FF1D6; }
a { background-color: rgb(111,241,214); }
div.DivClassName
{
background-color: #6FF1D6;
}
.BgClassName
{
background-color: #6FF1D6;
}
</style>
border-color css
<style>
span { border-color: #6FF1D6; }
span { border-color: rgb(111,241,214); }
td.TdClassName
{
border-color: #6FF1D6;
}
.TagClassName
{
border-color: #6FF1D6;
}
</style>