Shades of Aquamarine #6FF0BC
Tints of Aquamarine #6FF0BC
RGB
CMYK
RGB Variations
Color information
#6FF0BC (or 0x6FF0BC) is known color: Aquamarine. HEX triplet: 6F, F0 and BC. RGB value is (111,240,188). Sum of RGB (Red+Green+Blue) = 111+240+188=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF0BC is #900F43. Grayscale: #C3C3C3. Windows color (decimal): -9441092 or 12382319. OLE color: 12382319.
HSL color Cylindrical-coordinate representation of color #6FF0BC: hue angle of 155.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF0BC is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 188 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.06 |
| HSL | 155.81º | 0.81% | 0.69% | - |
| HSV(B) | 155.81º | 0.54% | 0.94% | - |
| XYZ | 46.79 | 69.33 | 58.49 | - |
| YUV | 195.5 | 123.76 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 188 | 0.54 | 0 | 0.22 | 0.06 | 155.81 | 0.81 | 0.69 |
| Hex | 6F | F0 | BC | 36 | 0 | 16 | 6 | 9C | 51 | 45 |
| Octal | 157 | 360 | 274 | 66 | 0 | 26 | 6 | 234 | 121 | 105 |
| Binary | 1101111 | 11110000 | 10111100 | 110110 | 0 | 10110 | 110 | 10011100 | 1010001 | 1000101 |
Color Harmonies of #6FF0BC
Complementary color
Monochromatic Colors of #6FF0BC
Black with #6FF0BC
Text Example
Text Example
White with #6FF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0BC; }
p { color: rgb(111,240,188); }
H1.HeaderClassName
{
color: #6FF0BC;
}
.AnyTagClassName
{
color: #6FF0BC;
}
</style>
background-color css
<style>
a { background-color: #6FF0BC; }
a { background-color: rgb(111,240,188); }
div.DivClassName
{
background-color: #6FF0BC;
}
.BgClassName
{
background-color: #6FF0BC;
}
</style>
border-color css
<style>
span { border-color: #6FF0BC; }
span { border-color: rgb(111,240,188); }
td.TdClassName
{
border-color: #6FF0BC;
}
.TagClassName
{
border-color: #6FF0BC;
}
</style>