Shades of Aquamarine #6BFFC5
Tints of Aquamarine #6BFFC5
RGB
CMYK
RGB Variations
Color information
#6BFFC5 (or 0x6BFFC5) is known color: Aquamarine. HEX triplet: 6B, FF and C5. RGB value is (107,255,197). Sum of RGB (Red+Green+Blue) = 107+255+197=559 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.14% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFC5 is #94003A. Grayscale: #CCCCCC. Windows color (decimal): -9699387 or 12975979. OLE color: 12975979.
HSL color Cylindrical-coordinate representation of color #6BFFC5: hue angle of 156.49º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFC5 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 197 | - |
| CMYK | 0.58 | 0 | 0.23 | 0 |
| HSL | 156.49º | 1% | 0.71% | - |
| HSV(B) | 156.49º | 0.58% | 1% | - |
| XYZ | 51.9 | 78.68 | 65.27 | - |
| YUV | 204.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 197 | 0.58 | 0 | 0.23 | 0 | 156.49 | 1 | 0.71 |
| Hex | 6B | FF | C5 | 3A | 0 | 17 | 0 | 9C | 64 | 47 |
| Octal | 153 | 377 | 305 | 72 | 0 | 27 | 0 | 234 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11000101 | 111010 | 0 | 10111 | 0 | 10011100 | 1100100 | 1000111 |
Color Harmonies of #6BFFC5
Complementary color
Monochromatic Colors of #6BFFC5
Black with #6BFFC5
Text Example
Text Example
White with #6BFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFC5; }
p { color: rgb(107,255,197); }
H1.HeaderClassName
{
color: #6BFFC5;
}
.AnyTagClassName
{
color: #6BFFC5;
}
</style>
background-color css
<style>
a { background-color: #6BFFC5; }
a { background-color: rgb(107,255,197); }
div.DivClassName
{
background-color: #6BFFC5;
}
.BgClassName
{
background-color: #6BFFC5;
}
</style>
border-color css
<style>
span { border-color: #6BFFC5; }
span { border-color: rgb(107,255,197); }
td.TdClassName
{
border-color: #6BFFC5;
}
.TagClassName
{
border-color: #6BFFC5;
}
</style>