Shades of Aquamarine #6FFBC2
Tints of Aquamarine #6FFBC2
RGB
CMYK
RGB Variations
Color information
#6FFBC2 (or 0x6FFBC2) is known color: Aquamarine. HEX triplet: 6F, FB and C2. RGB value is (111,251,194). Sum of RGB (Red+Green+Blue) = 111+251+194=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBC2 is #90043D. Grayscale: #CACACA. Windows color (decimal): -9438270 or 12778351. OLE color: 12778351.
HSL color Cylindrical-coordinate representation of color #6FFBC2: hue angle of 155.57º degrees, saturation: 0.95, 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 #6FFBC2 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 194 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.02 |
| HSL | 155.57º | 0.95% | 0.71% | - |
| HSV(B) | 155.57º | 0.56% | 0.98% | - |
| XYZ | 50.79 | 76.27 | 63.08 | - |
| YUV | 202.64 | 123.12 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 194 | 0.56 | 0 | 0.23 | 0.02 | 155.57 | 0.95 | 0.71 |
| Hex | 6F | FB | C2 | 38 | 0 | 17 | 2 | 9C | 5F | 47 |
| Octal | 157 | 373 | 302 | 70 | 0 | 27 | 2 | 234 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11000010 | 111000 | 0 | 10111 | 10 | 10011100 | 1011111 | 1000111 |
Color Harmonies of #6FFBC2
Complementary color
Monochromatic Colors of #6FFBC2
Black with #6FFBC2
Text Example
Text Example
White with #6FFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBC2; }
p { color: rgb(111,251,194); }
H1.HeaderClassName
{
color: #6FFBC2;
}
.AnyTagClassName
{
color: #6FFBC2;
}
</style>
background-color css
<style>
a { background-color: #6FFBC2; }
a { background-color: rgb(111,251,194); }
div.DivClassName
{
background-color: #6FFBC2;
}
.BgClassName
{
background-color: #6FFBC2;
}
</style>
border-color css
<style>
span { border-color: #6FFBC2; }
span { border-color: rgb(111,251,194); }
td.TdClassName
{
border-color: #6FFBC2;
}
.TagClassName
{
border-color: #6FFBC2;
}
</style>