Shades of Aquamarine #6FFFC1
Tints of Aquamarine #6FFFC1
RGB
CMYK
RGB Variations
Color information
#6FFFC1 (or 0x6FFFC1) is known color: Aquamarine. HEX triplet: 6F, FF and C1. RGB value is (111,255,193). Sum of RGB (Red+Green+Blue) = 111+255+193=559 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.86% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFC1 is #90003E. Grayscale: #CCCCCC. Windows color (decimal): -9437247 or 12713839. OLE color: 12713839.
HSL color Cylindrical-coordinate representation of color #6FFFC1: hue angle of 154.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFC1 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 193 | - |
| CMYK | 0.56 | 0 | 0.24 | 0 |
| HSL | 154.17º | 1% | 0.72% | - |
| HSV(B) | 154.17º | 0.56% | 1% | - |
| XYZ | 51.94 | 78.75 | 62.91 | - |
| YUV | 204.88 | 121.29 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 193 | 0.56 | 0 | 0.24 | 0 | 154.17 | 1 | 0.72 |
| Hex | 6F | FF | C1 | 38 | 0 | 18 | 0 | 9A | 64 | 48 |
| Octal | 157 | 377 | 301 | 70 | 0 | 30 | 0 | 232 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11000001 | 111000 | 0 | 11000 | 0 | 10011010 | 1100100 | 1001000 |
Color Harmonies of #6FFFC1
Complementary color
Monochromatic Colors of #6FFFC1
Black with #6FFFC1
Text Example
Text Example
White with #6FFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFC1; }
p { color: rgb(111,255,193); }
H1.HeaderClassName
{
color: #6FFFC1;
}
.AnyTagClassName
{
color: #6FFFC1;
}
</style>
background-color css
<style>
a { background-color: #6FFFC1; }
a { background-color: rgb(111,255,193); }
div.DivClassName
{
background-color: #6FFFC1;
}
.BgClassName
{
background-color: #6FFFC1;
}
</style>
border-color css
<style>
span { border-color: #6FFFC1; }
span { border-color: rgb(111,255,193); }
td.TdClassName
{
border-color: #6FFFC1;
}
.TagClassName
{
border-color: #6FFFC1;
}
</style>