Shades of Aquamarine #6FFCC7
Tints of Aquamarine #6FFCC7
RGB
CMYK
RGB Variations
Color information
#6FFCC7 (or 0x6FFCC7) is known color: Aquamarine. HEX triplet: 6F, FC and C7. RGB value is (111,252,199). Sum of RGB (Red+Green+Blue) = 111+252+199=562 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.75% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCC7 is #900338. Grayscale: #CBCBCB. Windows color (decimal): -9438009 or 13106287. OLE color: 13106287.
HSL color Cylindrical-coordinate representation of color #6FFCC7: hue angle of 157.45º 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 #6FFCC7 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 199 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.01 |
| HSL | 157.45º | 0.96% | 0.71% | - |
| HSV(B) | 157.45º | 0.56% | 0.99% | - |
| XYZ | 51.67 | 77.12 | 66.2 | - |
| YUV | 203.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 199 | 0.56 | 0 | 0.21 | 0.01 | 157.45 | 0.96 | 0.71 |
| Hex | 6F | FC | C7 | 38 | 0 | 15 | 1 | 9D | 60 | 47 |
| Octal | 157 | 374 | 307 | 70 | 0 | 25 | 1 | 235 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11000111 | 111000 | 0 | 10101 | 1 | 10011101 | 1100000 | 1000111 |
Color Harmonies of #6FFCC7
Complementary color
Monochromatic Colors of #6FFCC7
Black with #6FFCC7
Text Example
Text Example
White with #6FFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCC7; }
p { color: rgb(111,252,199); }
H1.HeaderClassName
{
color: #6FFCC7;
}
.AnyTagClassName
{
color: #6FFCC7;
}
</style>
background-color css
<style>
a { background-color: #6FFCC7; }
a { background-color: rgb(111,252,199); }
div.DivClassName
{
background-color: #6FFCC7;
}
.BgClassName
{
background-color: #6FFCC7;
}
</style>
border-color css
<style>
span { border-color: #6FFCC7; }
span { border-color: rgb(111,252,199); }
td.TdClassName
{
border-color: #6FFCC7;
}
.TagClassName
{
border-color: #6FFCC7;
}
</style>