Shades of Aquamarine #6FFFDF
Tints of Aquamarine #6FFFDF
RGB
CMYK
RGB Variations
Color information
#6FFFDF (or 0x6FFFDF) is known color: Aquamarine. HEX triplet: 6F, FF and DF. RGB value is (111,255,223). Sum of RGB (Red+Green+Blue) = 111+255+223=589 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.85% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFDF is #900020. Grayscale: #D0D0D0. Windows color (decimal): -9437217 or 14679919. OLE color: 14679919.
HSL color Cylindrical-coordinate representation of color #6FFFDF: hue angle of 166.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFDF is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 223 | - |
| CMYK | 0.56 | 0 | 0.13 | 0 |
| HSL | 166.67º | 1% | 0.72% | - |
| HSV(B) | 166.67º | 0.56% | 1% | - |
| XYZ | 55.63 | 80.23 | 82.37 | - |
| YUV | 208.3 | 136.29 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 223 | 0.56 | 0 | 0.13 | 0 | 166.67 | 1 | 0.72 |
| Hex | 6F | FF | DF | 38 | 0 | D | 0 | A7 | 64 | 48 |
| Octal | 157 | 377 | 337 | 70 | 0 | 15 | 0 | 247 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11011111 | 111000 | 0 | 1101 | 0 | 10100111 | 1100100 | 1001000 |
Color Harmonies of #6FFFDF
Complementary color
Monochromatic Colors of #6FFFDF
Black with #6FFFDF
Text Example
Text Example
White with #6FFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFDF; }
p { color: rgb(111,255,223); }
H1.HeaderClassName
{
color: #6FFFDF;
}
.AnyTagClassName
{
color: #6FFFDF;
}
</style>
background-color css
<style>
a { background-color: #6FFFDF; }
a { background-color: rgb(111,255,223); }
div.DivClassName
{
background-color: #6FFFDF;
}
.BgClassName
{
background-color: #6FFFDF;
}
</style>
border-color css
<style>
span { border-color: #6FFFDF; }
span { border-color: rgb(111,255,223); }
td.TdClassName
{
border-color: #6FFFDF;
}
.TagClassName
{
border-color: #6FFFDF;
}
</style>