Shades of Aquamarine #6FFDDB
Tints of Aquamarine #6FFDDB
RGB
CMYK
RGB Variations
Color information
#6FFDDB (or 0x6FFDDB) is known color: Aquamarine. HEX triplet: 6F, FD and DB. RGB value is (111,253,219). Sum of RGB (Red+Green+Blue) = 111+253+219=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDDB is #900224. Grayscale: #CECECE. Windows color (decimal): -9437733 or 14417263. OLE color: 14417263.
HSL color Cylindrical-coordinate representation of color #6FFDDB: hue angle of 165.63º 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 #6FFDDB is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 219 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.01 |
| HSL | 165.63º | 0.97% | 0.71% | - |
| HSV(B) | 165.63º | 0.56% | 0.99% | - |
| XYZ | 54.47 | 78.74 | 79.35 | - |
| YUV | 206.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 219 | 0.56 | 0 | 0.13 | 0.01 | 165.63 | 0.97 | 0.71 |
| Hex | 6F | FD | DB | 38 | 0 | D | 1 | A6 | 61 | 47 |
| Octal | 157 | 375 | 333 | 70 | 0 | 15 | 1 | 246 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11011011 | 111000 | 0 | 1101 | 1 | 10100110 | 1100001 | 1000111 |
Color Harmonies of #6FFDDB
Complementary color
Monochromatic Colors of #6FFDDB
Black with #6FFDDB
Text Example
Text Example
White with #6FFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDDB; }
p { color: rgb(111,253,219); }
H1.HeaderClassName
{
color: #6FFDDB;
}
.AnyTagClassName
{
color: #6FFDDB;
}
</style>
background-color css
<style>
a { background-color: #6FFDDB; }
a { background-color: rgb(111,253,219); }
div.DivClassName
{
background-color: #6FFDDB;
}
.BgClassName
{
background-color: #6FFDDB;
}
</style>
border-color css
<style>
span { border-color: #6FFDDB; }
span { border-color: rgb(111,253,219); }
td.TdClassName
{
border-color: #6FFDDB;
}
.TagClassName
{
border-color: #6FFDDB;
}
</style>