Shades of Aquamarine #6FF3BC
Tints of Aquamarine #6FF3BC
RGB
CMYK
RGB Variations
Color information
#6FF3BC (or 0x6FF3BC) is known color: Aquamarine. HEX triplet: 6F, F3 and BC. RGB value is (111,243,188). Sum of RGB (Red+Green+Blue) = 111+243+188=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #6FF3BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF3BC is #900C43. Grayscale: #C5C5C5. Windows color (decimal): -9440324 or 12383087. OLE color: 12383087.
HSL color Cylindrical-coordinate representation of color #6FF3BC: hue angle of 155º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF3BC is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 243 | 188 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.05 |
| HSL | 155º | 0.85% | 0.69% | - |
| HSV(B) | 155º | 0.54% | 0.95% | - |
| XYZ | 47.68 | 71.11 | 58.79 | - |
| YUV | 197.26 | 122.77 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 243 | 188 | 0.54 | 0 | 0.23 | 0.05 | 155 | 0.85 | 0.69 |
| Hex | 6F | F3 | BC | 36 | 0 | 17 | 5 | 9B | 55 | 45 |
| Octal | 157 | 363 | 274 | 66 | 0 | 27 | 5 | 233 | 125 | 105 |
| Binary | 1101111 | 11110011 | 10111100 | 110110 | 0 | 10111 | 101 | 10011011 | 1010101 | 1000101 |
Color Harmonies of #6FF3BC
Complementary color
Monochromatic Colors of #6FF3BC
Black with #6FF3BC
Text Example
Text Example
White with #6FF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF3BC; }
p { color: rgb(111,243,188); }
H1.HeaderClassName
{
color: #6FF3BC;
}
.AnyTagClassName
{
color: #6FF3BC;
}
</style>
background-color css
<style>
a { background-color: #6FF3BC; }
a { background-color: rgb(111,243,188); }
div.DivClassName
{
background-color: #6FF3BC;
}
.BgClassName
{
background-color: #6FF3BC;
}
</style>
border-color css
<style>
span { border-color: #6FF3BC; }
span { border-color: rgb(111,243,188); }
td.TdClassName
{
border-color: #6FF3BC;
}
.TagClassName
{
border-color: #6FF3BC;
}
</style>