Shades of Aquamarine #6FFAC3
Tints of Aquamarine #6FFAC3
RGB
CMYK
RGB Variations
Color information
#6FFAC3 (or 0x6FFAC3) is known color: Aquamarine. HEX triplet: 6F, FA and C3. RGB value is (111,250,195). Sum of RGB (Red+Green+Blue) = 111+250+195=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAC3 is #90053C. Grayscale: #CACACA. Windows color (decimal): -9438525 or 12843631. OLE color: 12843631.
HSL color Cylindrical-coordinate representation of color #6FFAC3: hue angle of 156.26º 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 #6FFAC3 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 195 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.02 |
| HSL | 156.26º | 0.93% | 0.71% | - |
| HSV(B) | 156.26º | 0.56% | 0.98% | - |
| XYZ | 50.59 | 75.69 | 63.57 | - |
| YUV | 202.17 | 123.95 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 195 | 0.56 | 0 | 0.22 | 0.02 | 156.26 | 0.93 | 0.71 |
| Hex | 6F | FA | C3 | 38 | 0 | 16 | 2 | 9C | 5D | 47 |
| Octal | 157 | 372 | 303 | 70 | 0 | 26 | 2 | 234 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11000011 | 111000 | 0 | 10110 | 10 | 10011100 | 1011101 | 1000111 |
Color Harmonies of #6FFAC3
Complementary color
Monochromatic Colors of #6FFAC3
Black with #6FFAC3
Text Example
Text Example
White with #6FFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAC3; }
p { color: rgb(111,250,195); }
H1.HeaderClassName
{
color: #6FFAC3;
}
.AnyTagClassName
{
color: #6FFAC3;
}
</style>
background-color css
<style>
a { background-color: #6FFAC3; }
a { background-color: rgb(111,250,195); }
div.DivClassName
{
background-color: #6FFAC3;
}
.BgClassName
{
background-color: #6FFAC3;
}
</style>
border-color css
<style>
span { border-color: #6FFAC3; }
span { border-color: rgb(111,250,195); }
td.TdClassName
{
border-color: #6FFAC3;
}
.TagClassName
{
border-color: #6FFAC3;
}
</style>