Shades of Aquamarine #6FFBB0
Tints of Aquamarine #6FFBB0
RGB
CMYK
RGB Variations
Color information
#6FFBB0 (or 0x6FFBB0) is known color: Aquamarine. HEX triplet: 6F, FB and B0. RGB value is (111,251,176). Sum of RGB (Red+Green+Blue) = 111+251+176=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFBB0 is #90044F. Grayscale: #C8C8C8. Windows color (decimal): -9438288 or 11598703. OLE color: 11598703.
HSL color Cylindrical-coordinate representation of color #6FFBB0: hue angle of 147.86º 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 #6FFBB0 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 176 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.02 |
| HSL | 147.86º | 0.95% | 0.71% | - |
| HSV(B) | 147.86º | 0.56% | 0.98% | - |
| XYZ | 48.89 | 75.51 | 53.07 | - |
| YUV | 200.59 | 114.12 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 176 | 0.56 | 0 | 0.30 | 0.02 | 147.86 | 0.95 | 0.71 |
| Hex | 6F | FB | B0 | 38 | 0 | 1E | 2 | 94 | 5F | 47 |
| Octal | 157 | 373 | 260 | 70 | 0 | 36 | 2 | 224 | 137 | 107 |
| Binary | 1101111 | 11111011 | 10110000 | 111000 | 0 | 11110 | 10 | 10010100 | 1011111 | 1000111 |
Color Harmonies of #6FFBB0
Complementary color
Monochromatic Colors of #6FFBB0
Black with #6FFBB0
Text Example
Text Example
White with #6FFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBB0; }
p { color: rgb(111,251,176); }
H1.HeaderClassName
{
color: #6FFBB0;
}
.AnyTagClassName
{
color: #6FFBB0;
}
</style>
background-color css
<style>
a { background-color: #6FFBB0; }
a { background-color: rgb(111,251,176); }
div.DivClassName
{
background-color: #6FFBB0;
}
.BgClassName
{
background-color: #6FFBB0;
}
</style>
border-color css
<style>
span { border-color: #6FFBB0; }
span { border-color: rgb(111,251,176); }
td.TdClassName
{
border-color: #6FFBB0;
}
.TagClassName
{
border-color: #6FFBB0;
}
</style>