Shades of Aquamarine #6FFCBF
Tints of Aquamarine #6FFCBF
RGB
CMYK
RGB Variations
Color information
#6FFCBF (or 0x6FFCBF) is known color: Aquamarine. HEX triplet: 6F, FC and BF. RGB value is (111,252,191). Sum of RGB (Red+Green+Blue) = 111+252+191=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCBF is #900340. Grayscale: #CACACA. Windows color (decimal): -9438017 or 12581999. OLE color: 12581999.
HSL color Cylindrical-coordinate representation of color #6FFCBF: hue angle of 154.04º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFCBF is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 191 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.01 |
| HSL | 154.04º | 0.96% | 0.71% | - |
| HSV(B) | 154.04º | 0.56% | 0.99% | - |
| XYZ | 50.77 | 76.76 | 61.43 | - |
| YUV | 202.89 | 121.29 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 191 | 0.56 | 0 | 0.24 | 0.01 | 154.04 | 0.96 | 0.71 |
| Hex | 6F | FC | BF | 38 | 0 | 18 | 1 | 9A | 60 | 47 |
| Octal | 157 | 374 | 277 | 70 | 0 | 30 | 1 | 232 | 140 | 107 |
| Binary | 1101111 | 11111100 | 10111111 | 111000 | 0 | 11000 | 1 | 10011010 | 1100000 | 1000111 |
Color Harmonies of #6FFCBF
Complementary color
Monochromatic Colors of #6FFCBF
Black with #6FFCBF
Text Example
Text Example
White with #6FFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCBF; }
p { color: rgb(111,252,191); }
H1.HeaderClassName
{
color: #6FFCBF;
}
.AnyTagClassName
{
color: #6FFCBF;
}
</style>
background-color css
<style>
a { background-color: #6FFCBF; }
a { background-color: rgb(111,252,191); }
div.DivClassName
{
background-color: #6FFCBF;
}
.BgClassName
{
background-color: #6FFCBF;
}
</style>
border-color css
<style>
span { border-color: #6FFCBF; }
span { border-color: rgb(111,252,191); }
td.TdClassName
{
border-color: #6FFCBF;
}
.TagClassName
{
border-color: #6FFCBF;
}
</style>