Shades of Aquamarine #6FFFC0
Tints of Aquamarine #6FFFC0
RGB
CMYK
RGB Variations
Color information
#6FFFC0 (or 0x6FFFC0) is known color: Aquamarine. HEX triplet: 6F, FF and C0. RGB value is (111,255,192). Sum of RGB (Red+Green+Blue) = 111+255+192=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFC0 is #90003F. Grayscale: #CCCCCC. Windows color (decimal): -9437248 or 12648303. OLE color: 12648303.
HSL color Cylindrical-coordinate representation of color #6FFFC0: hue angle of 153.75º 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 #6FFFC0 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 192 | - |
| CMYK | 0.56 | 0 | 0.25 | 0 |
| HSL | 153.75º | 1% | 0.72% | - |
| HSV(B) | 153.75º | 0.56% | 1% | - |
| XYZ | 51.83 | 78.71 | 62.33 | - |
| YUV | 204.76 | 120.79 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 192 | 0.56 | 0 | 0.25 | 0 | 153.75 | 1 | 0.72 |
| Hex | 6F | FF | C0 | 38 | 0 | 19 | 0 | 9A | 64 | 48 |
| Octal | 157 | 377 | 300 | 70 | 0 | 31 | 0 | 232 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11000000 | 111000 | 0 | 11001 | 0 | 10011010 | 1100100 | 1001000 |
Color Harmonies of #6FFFC0
Complementary color
Monochromatic Colors of #6FFFC0
Black with #6FFFC0
Text Example
Text Example
White with #6FFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFC0; }
p { color: rgb(111,255,192); }
H1.HeaderClassName
{
color: #6FFFC0;
}
.AnyTagClassName
{
color: #6FFFC0;
}
</style>
background-color css
<style>
a { background-color: #6FFFC0; }
a { background-color: rgb(111,255,192); }
div.DivClassName
{
background-color: #6FFFC0;
}
.BgClassName
{
background-color: #6FFFC0;
}
</style>
border-color css
<style>
span { border-color: #6FFFC0; }
span { border-color: rgb(111,255,192); }
td.TdClassName
{
border-color: #6FFFC0;
}
.TagClassName
{
border-color: #6FFFC0;
}
</style>