Shades of Aquamarine #6FF1DF
Tints of Aquamarine #6FF1DF
RGB
CMYK
RGB Variations
Color information
#6FF1DF (or 0x6FF1DF) is known color: Aquamarine. HEX triplet: 6F, F1 and DF. RGB value is (111,241,223). Sum of RGB (Red+Green+Blue) = 111+241+223=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1DF is #900E20. Grayscale: #C8C8C8. Windows color (decimal): -9440801 or 14676335. OLE color: 14676335.
HSL color Cylindrical-coordinate representation of color #6FF1DF: hue angle of 171.69º 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 #6FF1DF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 241 | 223 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.05 |
| HSL | 171.69º | 0.82% | 0.69% | - |
| HSV(B) | 171.69º | 0.54% | 0.95% | - |
| XYZ | 51.33 | 71.62 | 80.93 | - |
| YUV | 200.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 223 | 0.54 | 0 | 0.07 | 0.05 | 171.69 | 0.82 | 0.69 |
| Hex | 6F | F1 | DF | 36 | 0 | 7 | 5 | AC | 52 | 45 |
| Octal | 157 | 361 | 337 | 66 | 0 | 7 | 5 | 254 | 122 | 105 |
| Binary | 1101111 | 11110001 | 11011111 | 110110 | 0 | 111 | 101 | 10101100 | 1010010 | 1000101 |
Color Harmonies of #6FF1DF
Complementary color
Monochromatic Colors of #6FF1DF
Black with #6FF1DF
Text Example
Text Example
White with #6FF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF1DF; }
p { color: rgb(111,241,223); }
H1.HeaderClassName
{
color: #6FF1DF;
}
.AnyTagClassName
{
color: #6FF1DF;
}
</style>
background-color css
<style>
a { background-color: #6FF1DF; }
a { background-color: rgb(111,241,223); }
div.DivClassName
{
background-color: #6FF1DF;
}
.BgClassName
{
background-color: #6FF1DF;
}
</style>
border-color css
<style>
span { border-color: #6FF1DF; }
span { border-color: rgb(111,241,223); }
td.TdClassName
{
border-color: #6FF1DF;
}
.TagClassName
{
border-color: #6FF1DF;
}
</style>