Shades of Aquamarine #6BF6C2
Tints of Aquamarine #6BF6C2
RGB
CMYK
RGB Variations
Color information
#6BF6C2 (or 0x6BF6C2) is known color: Aquamarine. HEX triplet: 6B, F6 and C2. RGB value is (107,246,194). Sum of RGB (Red+Green+Blue) = 107+246+194=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #6BF6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF6C2 is #94093D. Grayscale: #C6C6C6. Windows color (decimal): -9701694 or 12777067. OLE color: 12777067.
HSL color Cylindrical-coordinate representation of color #6BF6C2: hue angle of 157.55º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF6C2 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 246 | 194 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.04 |
| HSL | 157.55º | 0.89% | 0.69% | - |
| HSV(B) | 157.55º | 0.57% | 0.96% | - |
| XYZ | 48.76 | 72.93 | 62.55 | - |
| YUV | 198.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 246 | 194 | 0.57 | 0 | 0.21 | 0.04 | 157.55 | 0.89 | 0.69 |
| Hex | 6B | F6 | C2 | 39 | 0 | 15 | 4 | 9E | 59 | 45 |
| Octal | 153 | 366 | 302 | 71 | 0 | 25 | 4 | 236 | 131 | 105 |
| Binary | 1101011 | 11110110 | 11000010 | 111001 | 0 | 10101 | 100 | 10011110 | 1011001 | 1000101 |
Color Harmonies of #6BF6C2
Complementary color
Monochromatic Colors of #6BF6C2
Black with #6BF6C2
Text Example
Text Example
White with #6BF6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF6C2; }
p { color: rgb(107,246,194); }
H1.HeaderClassName
{
color: #6BF6C2;
}
.AnyTagClassName
{
color: #6BF6C2;
}
</style>
background-color css
<style>
a { background-color: #6BF6C2; }
a { background-color: rgb(107,246,194); }
div.DivClassName
{
background-color: #6BF6C2;
}
.BgClassName
{
background-color: #6BF6C2;
}
</style>
border-color css
<style>
span { border-color: #6BF6C2; }
span { border-color: rgb(107,246,194); }
td.TdClassName
{
border-color: #6BF6C2;
}
.TagClassName
{
border-color: #6BF6C2;
}
</style>