Shades of Aquamarine #6FFCC6
Tints of Aquamarine #6FFCC6
RGB
CMYK
RGB Variations
Color information
#6FFCC6 (or 0x6FFCC6) is known color: Aquamarine. HEX triplet: 6F, FC and C6. RGB value is (111,252,198). Sum of RGB (Red+Green+Blue) = 111+252+198=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCC6 is #900339. Grayscale: #CBCBCB. Windows color (decimal): -9438010 or 13040751. OLE color: 13040751.
HSL color Cylindrical-coordinate representation of color #6FFCC6: hue angle of 157.02º 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 #6FFCC6 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 198 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.01 |
| HSL | 157.02º | 0.96% | 0.71% | - |
| HSV(B) | 157.02º | 0.56% | 0.99% | - |
| XYZ | 51.56 | 77.08 | 65.59 | - |
| YUV | 203.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 198 | 0.56 | 0 | 0.21 | 0.01 | 157.02 | 0.96 | 0.71 |
| Hex | 6F | FC | C6 | 38 | 0 | 15 | 1 | 9D | 60 | 47 |
| Octal | 157 | 374 | 306 | 70 | 0 | 25 | 1 | 235 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11000110 | 111000 | 0 | 10101 | 1 | 10011101 | 1100000 | 1000111 |
Color Harmonies of #6FFCC6
Complementary color
Monochromatic Colors of #6FFCC6
Black with #6FFCC6
Text Example
Text Example
White with #6FFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCC6; }
p { color: rgb(111,252,198); }
H1.HeaderClassName
{
color: #6FFCC6;
}
.AnyTagClassName
{
color: #6FFCC6;
}
</style>
background-color css
<style>
a { background-color: #6FFCC6; }
a { background-color: rgb(111,252,198); }
div.DivClassName
{
background-color: #6FFCC6;
}
.BgClassName
{
background-color: #6FFCC6;
}
</style>
border-color css
<style>
span { border-color: #6FFCC6; }
span { border-color: rgb(111,252,198); }
td.TdClassName
{
border-color: #6FFCC6;
}
.TagClassName
{
border-color: #6FFCC6;
}
</style>