Shades of Aquamarine #6CF2BD
Tints of Aquamarine #6CF2BD
RGB
CMYK
RGB Variations
Color information
#6CF2BD (or 0x6CF2BD) is known color: Aquamarine. HEX triplet: 6C, F2 and BD. RGB value is (108,242,189). Sum of RGB (Red+Green+Blue) = 108+242+189=539 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.04% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2BD is #930D42. Grayscale: #C3C3C3. Windows color (decimal): -9637187 or 12448364. OLE color: 12448364.
HSL color Cylindrical-coordinate representation of color #6CF2BD: hue angle of 156.27º 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 #6CF2BD is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 189 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.05 |
| HSL | 156.27º | 0.84% | 0.69% | - |
| HSV(B) | 156.27º | 0.55% | 0.95% | - |
| XYZ | 47.12 | 70.37 | 59.24 | - |
| YUV | 195.89 | 124.11 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 189 | 0.55 | 0 | 0.22 | 0.05 | 156.27 | 0.84 | 0.69 |
| Hex | 6C | F2 | BD | 37 | 0 | 16 | 5 | 9C | 54 | 45 |
| Octal | 154 | 362 | 275 | 67 | 0 | 26 | 5 | 234 | 124 | 105 |
| Binary | 1101100 | 11110010 | 10111101 | 110111 | 0 | 10110 | 101 | 10011100 | 1010100 | 1000101 |
Color Harmonies of #6CF2BD
Complementary color
Monochromatic Colors of #6CF2BD
Black with #6CF2BD
Text Example
Text Example
White with #6CF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2BD; }
p { color: rgb(108,242,189); }
H1.HeaderClassName
{
color: #6CF2BD;
}
.AnyTagClassName
{
color: #6CF2BD;
}
</style>
background-color css
<style>
a { background-color: #6CF2BD; }
a { background-color: rgb(108,242,189); }
div.DivClassName
{
background-color: #6CF2BD;
}
.BgClassName
{
background-color: #6CF2BD;
}
</style>
border-color css
<style>
span { border-color: #6CF2BD; }
span { border-color: rgb(108,242,189); }
td.TdClassName
{
border-color: #6CF2BD;
}
.TagClassName
{
border-color: #6CF2BD;
}
</style>