Shades of Aquamarine #6BFEC2
Tints of Aquamarine #6BFEC2
RGB
CMYK
RGB Variations
Color information
#6BFEC2 (or 0x6BFEC2) is known color: Aquamarine. HEX triplet: 6B, FE and C2. RGB value is (107,254,194). Sum of RGB (Red+Green+Blue) = 107+254+194=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEC2 is #94013D. Grayscale: #CBCBCB. Windows color (decimal): -9699646 or 12779115. OLE color: 12779115.
HSL color Cylindrical-coordinate representation of color #6BFEC2: hue angle of 155.51º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFEC2 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 194 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.00 |
| HSL | 155.51º | 0.99% | 0.71% | - |
| HSV(B) | 155.51º | 0.58% | 1% | - |
| XYZ | 51.24 | 77.9 | 63.38 | - |
| YUV | 203.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 194 | 0.58 | 0 | 0.24 | 0.00 | 155.51 | 0.99 | 0.71 |
| Hex | 6B | FE | C2 | 3A | 0 | 18 | 0 | 9C | 63 | 47 |
| Octal | 153 | 376 | 302 | 72 | 0 | 30 | 0 | 234 | 143 | 107 |
| Binary | 1101011 | 11111110 | 11000010 | 111010 | 0 | 11000 | 0 | 10011100 | 1100011 | 1000111 |
Color Harmonies of #6BFEC2
Complementary color
Monochromatic Colors of #6BFEC2
Black with #6BFEC2
Text Example
Text Example
White with #6BFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEC2; }
p { color: rgb(107,254,194); }
H1.HeaderClassName
{
color: #6BFEC2;
}
.AnyTagClassName
{
color: #6BFEC2;
}
</style>
background-color css
<style>
a { background-color: #6BFEC2; }
a { background-color: rgb(107,254,194); }
div.DivClassName
{
background-color: #6BFEC2;
}
.BgClassName
{
background-color: #6BFEC2;
}
</style>
border-color css
<style>
span { border-color: #6BFEC2; }
span { border-color: rgb(107,254,194); }
td.TdClassName
{
border-color: #6BFEC2;
}
.TagClassName
{
border-color: #6BFEC2;
}
</style>