Shades of Aquamarine #6FFDDE
Tints of Aquamarine #6FFDDE
RGB
CMYK
RGB Variations
Color information
#6FFDDE (or 0x6FFDDE) is known color: Aquamarine. HEX triplet: 6F, FD and DE. RGB value is (111,253,222). Sum of RGB (Red+Green+Blue) = 111+253+222=586 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.94% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDDE is #900221. Grayscale: #CECECE. Windows color (decimal): -9437730 or 14613871. OLE color: 14613871.
HSL color Cylindrical-coordinate representation of color #6FFDDE: hue angle of 166.9º 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 #6FFDDE is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 222 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.01 |
| HSL | 166.9º | 0.97% | 0.71% | - |
| HSV(B) | 166.9º | 0.56% | 0.99% | - |
| XYZ | 54.87 | 78.9 | 81.45 | - |
| YUV | 207.01 | 136.46 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 222 | 0.56 | 0 | 0.12 | 0.01 | 166.9 | 0.97 | 0.71 |
| Hex | 6F | FD | DE | 38 | 0 | C | 1 | A7 | 61 | 47 |
| Octal | 157 | 375 | 336 | 70 | 0 | 14 | 1 | 247 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11011110 | 111000 | 0 | 1100 | 1 | 10100111 | 1100001 | 1000111 |
Color Harmonies of #6FFDDE
Complementary color
Monochromatic Colors of #6FFDDE
Black with #6FFDDE
Text Example
Text Example
White with #6FFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDDE; }
p { color: rgb(111,253,222); }
H1.HeaderClassName
{
color: #6FFDDE;
}
.AnyTagClassName
{
color: #6FFDDE;
}
</style>
background-color css
<style>
a { background-color: #6FFDDE; }
a { background-color: rgb(111,253,222); }
div.DivClassName
{
background-color: #6FFDDE;
}
.BgClassName
{
background-color: #6FFDDE;
}
</style>
border-color css
<style>
span { border-color: #6FFDDE; }
span { border-color: rgb(111,253,222); }
td.TdClassName
{
border-color: #6FFDDE;
}
.TagClassName
{
border-color: #6FFDDE;
}
</style>