Shades of Aquamarine #6FFCD6
Tints of Aquamarine #6FFCD6
RGB
CMYK
RGB Variations
Color information
#6FFCD6 (or 0x6FFCD6) is known color: Aquamarine. HEX triplet: 6F, FC and D6. RGB value is (111,252,214). Sum of RGB (Red+Green+Blue) = 111+252+214=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCD6 is #900329. Grayscale: #CDCDCD. Windows color (decimal): -9437994 or 14089327. OLE color: 14089327.
HSL color Cylindrical-coordinate representation of color #6FFCD6: hue angle of 163.83º degrees, saturation: 0.96, 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 #6FFCD6 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 214 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.01 |
| HSL | 163.83º | 0.96% | 0.71% | - |
| HSV(B) | 163.83º | 0.56% | 0.99% | - |
| XYZ | 53.5 | 77.86 | 75.83 | - |
| YUV | 205.51 | 132.79 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 214 | 0.56 | 0 | 0.15 | 0.01 | 163.83 | 0.96 | 0.71 |
| Hex | 6F | FC | D6 | 38 | 0 | F | 1 | A4 | 60 | 47 |
| Octal | 157 | 374 | 326 | 70 | 0 | 17 | 1 | 244 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11010110 | 111000 | 0 | 1111 | 1 | 10100100 | 1100000 | 1000111 |
Color Harmonies of #6FFCD6
Complementary color
Monochromatic Colors of #6FFCD6
Black with #6FFCD6
Text Example
Text Example
White with #6FFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCD6; }
p { color: rgb(111,252,214); }
H1.HeaderClassName
{
color: #6FFCD6;
}
.AnyTagClassName
{
color: #6FFCD6;
}
</style>
background-color css
<style>
a { background-color: #6FFCD6; }
a { background-color: rgb(111,252,214); }
div.DivClassName
{
background-color: #6FFCD6;
}
.BgClassName
{
background-color: #6FFCD6;
}
</style>
border-color css
<style>
span { border-color: #6FFCD6; }
span { border-color: rgb(111,252,214); }
td.TdClassName
{
border-color: #6FFCD6;
}
.TagClassName
{
border-color: #6FFCD6;
}
</style>