Shades of Aquamarine #6FF8BC
Tints of Aquamarine #6FF8BC
RGB
CMYK
RGB Variations
Color information
#6FF8BC (or 0x6FF8BC) is known color: Aquamarine. HEX triplet: 6F, F8 and BC. RGB value is (111,248,188). Sum of RGB (Red+Green+Blue) = 111+248+188=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF8BC is #900743. Grayscale: #C8C8C8. Windows color (decimal): -9439044 or 12384367. OLE color: 12384367.
HSL color Cylindrical-coordinate representation of color #6FF8BC: hue angle of 153.72º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF8BC is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 248 | 188 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.03 |
| HSL | 153.72º | 0.91% | 0.7% | - |
| HSV(B) | 153.72º | 0.55% | 0.97% | - |
| XYZ | 49.2 | 74.15 | 59.3 | - |
| YUV | 200.2 | 121.11 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 248 | 188 | 0.55 | 0 | 0.24 | 0.03 | 153.72 | 0.91 | 0.7 |
| Hex | 6F | F8 | BC | 37 | 0 | 18 | 3 | 9A | 5B | 46 |
| Octal | 157 | 370 | 274 | 67 | 0 | 30 | 3 | 232 | 133 | 106 |
| Binary | 1101111 | 11111000 | 10111100 | 110111 | 0 | 11000 | 11 | 10011010 | 1011011 | 1000110 |
Color Harmonies of #6FF8BC
Complementary color
Monochromatic Colors of #6FF8BC
Black with #6FF8BC
Text Example
Text Example
White with #6FF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF8BC; }
p { color: rgb(111,248,188); }
H1.HeaderClassName
{
color: #6FF8BC;
}
.AnyTagClassName
{
color: #6FF8BC;
}
</style>
background-color css
<style>
a { background-color: #6FF8BC; }
a { background-color: rgb(111,248,188); }
div.DivClassName
{
background-color: #6FF8BC;
}
.BgClassName
{
background-color: #6FF8BC;
}
</style>
border-color css
<style>
span { border-color: #6FF8BC; }
span { border-color: rgb(111,248,188); }
td.TdClassName
{
border-color: #6FF8BC;
}
.TagClassName
{
border-color: #6FF8BC;
}
</style>