Shades of Aquamarine #6CF2C1
Tints of Aquamarine #6CF2C1
RGB
CMYK
RGB Variations
Color information
#6CF2C1 (or 0x6CF2C1) is known color: Aquamarine. HEX triplet: 6C, F2 and C1. RGB value is (108,242,193). Sum of RGB (Red+Green+Blue) = 108+242+193=543 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.89% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2C1 is #930D3E. Grayscale: #C4C4C4. Windows color (decimal): -9637183 or 12710508. OLE color: 12710508.
HSL color Cylindrical-coordinate representation of color #6CF2C1: hue angle of 158.06º 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 #6CF2C1 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 193 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.05 |
| HSL | 158.06º | 0.84% | 0.69% | - |
| HSV(B) | 158.06º | 0.55% | 0.95% | - |
| XYZ | 47.56 | 70.54 | 61.56 | - |
| YUV | 196.35 | 126.11 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 193 | 0.55 | 0 | 0.20 | 0.05 | 158.06 | 0.84 | 0.69 |
| Hex | 6C | F2 | C1 | 37 | 0 | 14 | 5 | 9E | 54 | 45 |
| Octal | 154 | 362 | 301 | 67 | 0 | 24 | 5 | 236 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11000001 | 110111 | 0 | 10100 | 101 | 10011110 | 1010100 | 1000101 |
Color Harmonies of #6CF2C1
Complementary color
Monochromatic Colors of #6CF2C1
Black with #6CF2C1
Text Example
Text Example
White with #6CF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2C1; }
p { color: rgb(108,242,193); }
H1.HeaderClassName
{
color: #6CF2C1;
}
.AnyTagClassName
{
color: #6CF2C1;
}
</style>
background-color css
<style>
a { background-color: #6CF2C1; }
a { background-color: rgb(108,242,193); }
div.DivClassName
{
background-color: #6CF2C1;
}
.BgClassName
{
background-color: #6CF2C1;
}
</style>
border-color css
<style>
span { border-color: #6CF2C1; }
span { border-color: rgb(108,242,193); }
td.TdClassName
{
border-color: #6CF2C1;
}
.TagClassName
{
border-color: #6CF2C1;
}
</style>