Shades of Aquamarine #6CF2B9
Tints of Aquamarine #6CF2B9
RGB
CMYK
RGB Variations
Color information
#6CF2B9 (or 0x6CF2B9) is known color: Aquamarine. HEX triplet: 6C, F2 and B9. RGB value is (108,242,185). Sum of RGB (Red+Green+Blue) = 108+242+185=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2B9 is #930D46. Grayscale: #C3C3C3. Windows color (decimal): -9637191 or 12186220. OLE color: 12186220.
HSL color Cylindrical-coordinate representation of color #6CF2B9: hue angle of 154.48º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF2B9 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 185 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.05 |
| HSL | 154.48º | 0.84% | 0.69% | - |
| HSV(B) | 154.48º | 0.55% | 0.95% | - |
| XYZ | 46.69 | 70.2 | 56.99 | - |
| YUV | 195.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 185 | 0.55 | 0 | 0.24 | 0.05 | 154.48 | 0.84 | 0.69 |
| Hex | 6C | F2 | B9 | 37 | 0 | 18 | 5 | 9A | 54 | 45 |
| Octal | 154 | 362 | 271 | 67 | 0 | 30 | 5 | 232 | 124 | 105 |
| Binary | 1101100 | 11110010 | 10111001 | 110111 | 0 | 11000 | 101 | 10011010 | 1010100 | 1000101 |
Color Harmonies of #6CF2B9
Complementary color
Monochromatic Colors of #6CF2B9
Black with #6CF2B9
Text Example
Text Example
White with #6CF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2B9; }
p { color: rgb(108,242,185); }
H1.HeaderClassName
{
color: #6CF2B9;
}
.AnyTagClassName
{
color: #6CF2B9;
}
</style>
background-color css
<style>
a { background-color: #6CF2B9; }
a { background-color: rgb(108,242,185); }
div.DivClassName
{
background-color: #6CF2B9;
}
.BgClassName
{
background-color: #6CF2B9;
}
</style>
border-color css
<style>
span { border-color: #6CF2B9; }
span { border-color: rgb(108,242,185); }
td.TdClassName
{
border-color: #6CF2B9;
}
.TagClassName
{
border-color: #6CF2B9;
}
</style>