Shades of Aquamarine #6FFDDF
Tints of Aquamarine #6FFDDF
RGB
CMYK
RGB Variations
Color information
#6FFDDF (or 0x6FFDDF) is known color: Aquamarine. HEX triplet: 6F, FD and DF. RGB value is (111,253,223). Sum of RGB (Red+Green+Blue) = 111+253+223=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDDF is #900220. Grayscale: #CFCFCF. Windows color (decimal): -9437729 or 14679407. OLE color: 14679407.
HSL color Cylindrical-coordinate representation of color #6FFDDF: hue angle of 167.32º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFDDF is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 223 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.01 |
| HSL | 167.32º | 0.97% | 0.71% | - |
| HSV(B) | 167.32º | 0.56% | 0.99% | - |
| XYZ | 55 | 78.96 | 82.15 | - |
| YUV | 207.12 | 136.96 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 223 | 0.56 | 0 | 0.12 | 0.01 | 167.32 | 0.97 | 0.71 |
| Hex | 6F | FD | DF | 38 | 0 | C | 1 | A7 | 61 | 47 |
| Octal | 157 | 375 | 337 | 70 | 0 | 14 | 1 | 247 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11011111 | 111000 | 0 | 1100 | 1 | 10100111 | 1100001 | 1000111 |
Color Harmonies of #6FFDDF
Complementary color
Monochromatic Colors of #6FFDDF
Black with #6FFDDF
Text Example
Text Example
White with #6FFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDDF; }
p { color: rgb(111,253,223); }
H1.HeaderClassName
{
color: #6FFDDF;
}
.AnyTagClassName
{
color: #6FFDDF;
}
</style>
background-color css
<style>
a { background-color: #6FFDDF; }
a { background-color: rgb(111,253,223); }
div.DivClassName
{
background-color: #6FFDDF;
}
.BgClassName
{
background-color: #6FFDDF;
}
</style>
border-color css
<style>
span { border-color: #6FFDDF; }
span { border-color: rgb(111,253,223); }
td.TdClassName
{
border-color: #6FFDDF;
}
.TagClassName
{
border-color: #6FFDDF;
}
</style>