Shades of Aquamarine #6FFAC0
Tints of Aquamarine #6FFAC0
RGB
CMYK
RGB Variations
Color information
#6FFAC0 (or 0x6FFAC0) is known color: Aquamarine. HEX triplet: 6F, FA and C0. RGB value is (111,250,192). Sum of RGB (Red+Green+Blue) = 111+250+192=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAC0 is #90053F. Grayscale: #C9C9C9. Windows color (decimal): -9438528 or 12647023. OLE color: 12647023.
HSL color Cylindrical-coordinate representation of color #6FFAC0: hue angle of 154.96º degrees, saturation: 0.93, 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 #6FFAC0 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 192 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.02 |
| HSL | 154.96º | 0.93% | 0.71% | - |
| HSV(B) | 154.96º | 0.56% | 0.98% | - |
| XYZ | 50.26 | 75.56 | 61.8 | - |
| YUV | 201.83 | 122.45 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 192 | 0.56 | 0 | 0.23 | 0.02 | 154.96 | 0.93 | 0.71 |
| Hex | 6F | FA | C0 | 38 | 0 | 17 | 2 | 9B | 5D | 47 |
| Octal | 157 | 372 | 300 | 70 | 0 | 27 | 2 | 233 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11000000 | 111000 | 0 | 10111 | 10 | 10011011 | 1011101 | 1000111 |
Color Harmonies of #6FFAC0
Complementary color
Monochromatic Colors of #6FFAC0
Black with #6FFAC0
Text Example
Text Example
White with #6FFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAC0; }
p { color: rgb(111,250,192); }
H1.HeaderClassName
{
color: #6FFAC0;
}
.AnyTagClassName
{
color: #6FFAC0;
}
</style>
background-color css
<style>
a { background-color: #6FFAC0; }
a { background-color: rgb(111,250,192); }
div.DivClassName
{
background-color: #6FFAC0;
}
.BgClassName
{
background-color: #6FFAC0;
}
</style>
border-color css
<style>
span { border-color: #6FFAC0; }
span { border-color: rgb(111,250,192); }
td.TdClassName
{
border-color: #6FFAC0;
}
.TagClassName
{
border-color: #6FFAC0;
}
</style>