Shades of Aquamarine #6CF8BB
Tints of Aquamarine #6CF8BB
RGB
CMYK
RGB Variations
Color information
#6CF8BB (or 0x6CF8BB) is known color: Aquamarine. HEX triplet: 6C, F8 and BB. RGB value is (108,248,187). Sum of RGB (Red+Green+Blue) = 108+248+187=543 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.89% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #6CF8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF8BB is #930744. Grayscale: #C7C7C7. Windows color (decimal): -9635653 or 12318828. OLE color: 12318828.
HSL color Cylindrical-coordinate representation of color #6CF8BB: hue angle of 153.86º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF8BB is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 248 | 187 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.03 |
| HSL | 153.86º | 0.91% | 0.7% | - |
| HSV(B) | 153.86º | 0.56% | 0.97% | - |
| XYZ | 48.72 | 73.91 | 58.71 | - |
| YUV | 199.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 248 | 187 | 0.56 | 0 | 0.25 | 0.03 | 153.86 | 0.91 | 0.7 |
| Hex | 6C | F8 | BB | 38 | 0 | 19 | 3 | 9A | 5B | 46 |
| Octal | 154 | 370 | 273 | 70 | 0 | 31 | 3 | 232 | 133 | 106 |
| Binary | 1101100 | 11111000 | 10111011 | 111000 | 0 | 11001 | 11 | 10011010 | 1011011 | 1000110 |
Color Harmonies of #6CF8BB
Complementary color
Monochromatic Colors of #6CF8BB
Black with #6CF8BB
Text Example
Text Example
White with #6CF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF8BB; }
p { color: rgb(108,248,187); }
H1.HeaderClassName
{
color: #6CF8BB;
}
.AnyTagClassName
{
color: #6CF8BB;
}
</style>
background-color css
<style>
a { background-color: #6CF8BB; }
a { background-color: rgb(108,248,187); }
div.DivClassName
{
background-color: #6CF8BB;
}
.BgClassName
{
background-color: #6CF8BB;
}
</style>
border-color css
<style>
span { border-color: #6CF8BB; }
span { border-color: rgb(108,248,187); }
td.TdClassName
{
border-color: #6CF8BB;
}
.TagClassName
{
border-color: #6CF8BB;
}
</style>