Shades of Aquamarine #6BFEC8
Tints of Aquamarine #6BFEC8
RGB
CMYK
RGB Variations
Color information
#6BFEC8 (or 0x6BFEC8) is known color: Aquamarine. HEX triplet: 6B, FE and C8. RGB value is (107,254,200). Sum of RGB (Red+Green+Blue) = 107+254+200=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEC8 is #940137. Grayscale: #CBCBCB. Windows color (decimal): -9699640 or 13172331. OLE color: 13172331.
HSL color Cylindrical-coordinate representation of color #6BFEC8: hue angle of 157.96º 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 #6BFEC8 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 200 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.00 |
| HSL | 157.96º | 0.99% | 0.71% | - |
| HSV(B) | 157.96º | 0.58% | 1% | - |
| XYZ | 51.93 | 78.18 | 67 | - |
| YUV | 203.89 | 125.8 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 200 | 0.58 | 0 | 0.21 | 0.00 | 157.96 | 0.99 | 0.71 |
| Hex | 6B | FE | C8 | 3A | 0 | 15 | 0 | 9E | 63 | 47 |
| Octal | 153 | 376 | 310 | 72 | 0 | 25 | 0 | 236 | 143 | 107 |
| Binary | 1101011 | 11111110 | 11001000 | 111010 | 0 | 10101 | 0 | 10011110 | 1100011 | 1000111 |
Color Harmonies of #6BFEC8
Complementary color
Monochromatic Colors of #6BFEC8
Black with #6BFEC8
Text Example
Text Example
White with #6BFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEC8; }
p { color: rgb(107,254,200); }
H1.HeaderClassName
{
color: #6BFEC8;
}
.AnyTagClassName
{
color: #6BFEC8;
}
</style>
background-color css
<style>
a { background-color: #6BFEC8; }
a { background-color: rgb(107,254,200); }
div.DivClassName
{
background-color: #6BFEC8;
}
.BgClassName
{
background-color: #6BFEC8;
}
</style>
border-color css
<style>
span { border-color: #6BFEC8; }
span { border-color: rgb(107,254,200); }
td.TdClassName
{
border-color: #6BFEC8;
}
.TagClassName
{
border-color: #6BFEC8;
}
</style>