Shades of Aquamarine #6BFDAC
Tints of Aquamarine #6BFDAC
RGB
CMYK
RGB Variations
Color information
#6BFDAC (or 0x6BFDAC) is known color: Aquamarine. HEX triplet: 6B, FD and AC. RGB value is (107,253,172). Sum of RGB (Red+Green+Blue) = 107+253+172=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFDAC is #940253. Grayscale: #C8C8C8. Windows color (decimal): -9699924 or 11337067. OLE color: 11337067.
HSL color Cylindrical-coordinate representation of color #6BFDAC: hue angle of 146.71º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDAC is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 172 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.01 |
| HSL | 146.71º | 0.97% | 0.71% | - |
| HSV(B) | 146.71º | 0.58% | 0.99% | - |
| XYZ | 48.64 | 76.35 | 51.2 | - |
| YUV | 200.11 | 112.13 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 172 | 0.58 | 0 | 0.32 | 0.01 | 146.71 | 0.97 | 0.71 |
| Hex | 6B | FD | AC | 3A | 0 | 20 | 1 | 93 | 61 | 47 |
| Octal | 153 | 375 | 254 | 72 | 0 | 40 | 1 | 223 | 141 | 107 |
| Binary | 1101011 | 11111101 | 10101100 | 111010 | 0 | 100000 | 1 | 10010011 | 1100001 | 1000111 |
Color Harmonies of #6BFDAC
Complementary color
Monochromatic Colors of #6BFDAC
Black with #6BFDAC
Text Example
Text Example
White with #6BFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDAC; }
p { color: rgb(107,253,172); }
H1.HeaderClassName
{
color: #6BFDAC;
}
.AnyTagClassName
{
color: #6BFDAC;
}
</style>
background-color css
<style>
a { background-color: #6BFDAC; }
a { background-color: rgb(107,253,172); }
div.DivClassName
{
background-color: #6BFDAC;
}
.BgClassName
{
background-color: #6BFDAC;
}
</style>
border-color css
<style>
span { border-color: #6BFDAC; }
span { border-color: rgb(107,253,172); }
td.TdClassName
{
border-color: #6BFDAC;
}
.TagClassName
{
border-color: #6BFDAC;
}
</style>