Shades of Aquamarine #6FFBAF
Tints of Aquamarine #6FFBAF
RGB
CMYK
RGB Variations
Color information
#6FFBAF (or 0x6FFBAF) is known color: Aquamarine. HEX triplet: 6F, FB and AF. RGB value is (111,251,175). Sum of RGB (Red+Green+Blue) = 111+251+175=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFBAF is #900450. Grayscale: #C8C8C8. Windows color (decimal): -9438289 or 11533167. OLE color: 11533167.
HSL color Cylindrical-coordinate representation of color #6FFBAF: hue angle of 147.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBAF is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 175 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.02 |
| HSL | 147.43º | 0.95% | 0.71% | - |
| HSV(B) | 147.43º | 0.56% | 0.98% | - |
| XYZ | 48.79 | 75.47 | 52.55 | - |
| YUV | 200.48 | 113.62 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 175 | 0.56 | 0 | 0.30 | 0.02 | 147.43 | 0.95 | 0.71 |
| Hex | 6F | FB | AF | 38 | 0 | 1E | 2 | 93 | 5F | 47 |
| Octal | 157 | 373 | 257 | 70 | 0 | 36 | 2 | 223 | 137 | 107 |
| Binary | 1101111 | 11111011 | 10101111 | 111000 | 0 | 11110 | 10 | 10010011 | 1011111 | 1000111 |
Color Harmonies of #6FFBAF
Complementary color
Monochromatic Colors of #6FFBAF
Black with #6FFBAF
Text Example
Text Example
White with #6FFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBAF; }
p { color: rgb(111,251,175); }
H1.HeaderClassName
{
color: #6FFBAF;
}
.AnyTagClassName
{
color: #6FFBAF;
}
</style>
background-color css
<style>
a { background-color: #6FFBAF; }
a { background-color: rgb(111,251,175); }
div.DivClassName
{
background-color: #6FFBAF;
}
.BgClassName
{
background-color: #6FFBAF;
}
</style>
border-color css
<style>
span { border-color: #6FFBAF; }
span { border-color: rgb(111,251,175); }
td.TdClassName
{
border-color: #6FFBAF;
}
.TagClassName
{
border-color: #6FFBAF;
}
</style>