Shades of Aquamarine #6FFBC7
Tints of Aquamarine #6FFBC7
RGB
CMYK
RGB Variations
Color information
#6FFBC7 (or 0x6FFBC7) is known color: Aquamarine. HEX triplet: 6F, FB and C7. RGB value is (111,251,199). Sum of RGB (Red+Green+Blue) = 111+251+199=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBC7 is #900438. Grayscale: #CBCBCB. Windows color (decimal): -9438265 or 13106031. OLE color: 13106031.
HSL color Cylindrical-coordinate representation of color #6FFBC7: hue angle of 157.71º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBC7 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 199 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.02 |
| HSL | 157.71º | 0.95% | 0.71% | - |
| HSV(B) | 157.71º | 0.56% | 0.98% | - |
| XYZ | 51.36 | 76.5 | 66.09 | - |
| YUV | 203.21 | 125.62 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 199 | 0.56 | 0 | 0.21 | 0.02 | 157.71 | 0.95 | 0.71 |
| Hex | 6F | FB | C7 | 38 | 0 | 15 | 2 | 9E | 5F | 47 |
| Octal | 157 | 373 | 307 | 70 | 0 | 25 | 2 | 236 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11000111 | 111000 | 0 | 10101 | 10 | 10011110 | 1011111 | 1000111 |
Color Harmonies of #6FFBC7
Complementary color
Monochromatic Colors of #6FFBC7
Black with #6FFBC7
Text Example
Text Example
White with #6FFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBC7; }
p { color: rgb(111,251,199); }
H1.HeaderClassName
{
color: #6FFBC7;
}
.AnyTagClassName
{
color: #6FFBC7;
}
</style>
background-color css
<style>
a { background-color: #6FFBC7; }
a { background-color: rgb(111,251,199); }
div.DivClassName
{
background-color: #6FFBC7;
}
.BgClassName
{
background-color: #6FFBC7;
}
</style>
border-color css
<style>
span { border-color: #6FFBC7; }
span { border-color: rgb(111,251,199); }
td.TdClassName
{
border-color: #6FFBC7;
}
.TagClassName
{
border-color: #6FFBC7;
}
</style>