Shades of Aquamarine #6CFFE2
Tints of Aquamarine #6CFFE2
RGB
CMYK
RGB Variations
Color information
#6CFFE2 (or 0x6CFFE2) is known color: Aquamarine. HEX triplet: 6C, FF and E2. RGB value is (108,255,226). Sum of RGB (Red+Green+Blue) = 108+255+226=589 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.34% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFE2 is #93001D. Grayscale: #CFCFCF. Windows color (decimal): -9633822 or 14876524. OLE color: 14876524.
HSL color Cylindrical-coordinate representation of color #6CFFE2: hue angle of 168.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFE2 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 226 | - |
| CMYK | 0.58 | 0 | 0.11 | 0 |
| HSL | 168.16º | 1% | 0.71% | - |
| HSV(B) | 168.16º | 0.58% | 1% | - |
| XYZ | 55.67 | 80.2 | 84.5 | - |
| YUV | 207.74 | 138.3 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 226 | 0.58 | 0 | 0.11 | 0 | 168.16 | 1 | 0.71 |
| Hex | 6C | FF | E2 | 3A | 0 | B | 0 | A8 | 64 | 47 |
| Octal | 154 | 377 | 342 | 72 | 0 | 13 | 0 | 250 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11100010 | 111010 | 0 | 1011 | 0 | 10101000 | 1100100 | 1000111 |
Color Harmonies of #6CFFE2
Complementary color
Monochromatic Colors of #6CFFE2
Black with #6CFFE2
Text Example
Text Example
White with #6CFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFE2; }
p { color: rgb(108,255,226); }
H1.HeaderClassName
{
color: #6CFFE2;
}
.AnyTagClassName
{
color: #6CFFE2;
}
</style>
background-color css
<style>
a { background-color: #6CFFE2; }
a { background-color: rgb(108,255,226); }
div.DivClassName
{
background-color: #6CFFE2;
}
.BgClassName
{
background-color: #6CFFE2;
}
</style>
border-color css
<style>
span { border-color: #6CFFE2; }
span { border-color: rgb(108,255,226); }
td.TdClassName
{
border-color: #6CFFE2;
}
.TagClassName
{
border-color: #6CFFE2;
}
</style>