Shades of Aquamarine #6CF2BB
Tints of Aquamarine #6CF2BB
RGB
CMYK
RGB Variations
Color information
#6CF2BB (or 0x6CF2BB) is known color: Aquamarine. HEX triplet: 6C, F2 and BB. RGB value is (108,242,187). Sum of RGB (Red+Green+Blue) = 108+242+187=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2BB is #930D44. Grayscale: #C3C3C3. Windows color (decimal): -9637189 or 12317292. OLE color: 12317292.
HSL color Cylindrical-coordinate representation of color #6CF2BB: hue angle of 155.37º 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 #6CF2BB is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 187 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.05 |
| HSL | 155.37º | 0.84% | 0.69% | - |
| HSV(B) | 155.37º | 0.55% | 0.95% | - |
| XYZ | 46.91 | 70.28 | 58.11 | - |
| YUV | 195.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 187 | 0.55 | 0 | 0.23 | 0.05 | 155.37 | 0.84 | 0.69 |
| Hex | 6C | F2 | BB | 37 | 0 | 17 | 5 | 9B | 54 | 45 |
| Octal | 154 | 362 | 273 | 67 | 0 | 27 | 5 | 233 | 124 | 105 |
| Binary | 1101100 | 11110010 | 10111011 | 110111 | 0 | 10111 | 101 | 10011011 | 1010100 | 1000101 |
Color Harmonies of #6CF2BB
Complementary color
Monochromatic Colors of #6CF2BB
Black with #6CF2BB
Text Example
Text Example
White with #6CF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2BB; }
p { color: rgb(108,242,187); }
H1.HeaderClassName
{
color: #6CF2BB;
}
.AnyTagClassName
{
color: #6CF2BB;
}
</style>
background-color css
<style>
a { background-color: #6CF2BB; }
a { background-color: rgb(108,242,187); }
div.DivClassName
{
background-color: #6CF2BB;
}
.BgClassName
{
background-color: #6CF2BB;
}
</style>
border-color css
<style>
span { border-color: #6CF2BB; }
span { border-color: rgb(108,242,187); }
td.TdClassName
{
border-color: #6CF2BB;
}
.TagClassName
{
border-color: #6CF2BB;
}
</style>