Shades of Aquamarine #6BFEAF
Tints of Aquamarine #6BFEAF
RGB
CMYK
RGB Variations
Color information
#6BFEAF (or 0x6BFEAF) is known color: Aquamarine. HEX triplet: 6B, FE and AF. RGB value is (107,254,175). Sum of RGB (Red+Green+Blue) = 107+254+175=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFEAF is #940150. Grayscale: #C9C9C9. Windows color (decimal): -9699665 or 11533931. OLE color: 11533931.
HSL color Cylindrical-coordinate representation of color #6BFEAF: hue angle of 147.76º 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 #6BFEAF is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 175 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.00 |
| HSL | 147.76º | 0.99% | 0.71% | - |
| HSV(B) | 147.76º | 0.58% | 1% | - |
| XYZ | 49.24 | 77.1 | 52.84 | - |
| YUV | 201.04 | 113.3 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 175 | 0.58 | 0 | 0.31 | 0.00 | 147.76 | 0.99 | 0.71 |
| Hex | 6B | FE | AF | 3A | 0 | 1F | 0 | 94 | 63 | 47 |
| Octal | 153 | 376 | 257 | 72 | 0 | 37 | 0 | 224 | 143 | 107 |
| Binary | 1101011 | 11111110 | 10101111 | 111010 | 0 | 11111 | 0 | 10010100 | 1100011 | 1000111 |
Color Harmonies of #6BFEAF
Complementary color
Monochromatic Colors of #6BFEAF
Black with #6BFEAF
Text Example
Text Example
White with #6BFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEAF; }
p { color: rgb(107,254,175); }
H1.HeaderClassName
{
color: #6BFEAF;
}
.AnyTagClassName
{
color: #6BFEAF;
}
</style>
background-color css
<style>
a { background-color: #6BFEAF; }
a { background-color: rgb(107,254,175); }
div.DivClassName
{
background-color: #6BFEAF;
}
.BgClassName
{
background-color: #6BFEAF;
}
</style>
border-color css
<style>
span { border-color: #6BFEAF; }
span { border-color: rgb(107,254,175); }
td.TdClassName
{
border-color: #6BFEAF;
}
.TagClassName
{
border-color: #6BFEAF;
}
</style>