Shades of Aquamarine #6AEFC3
Tints of Aquamarine #6AEFC3
RGB
CMYK
RGB Variations
Color information
#6AEFC3 (or 0x6AEFC3) is known color: Aquamarine. HEX triplet: 6A, EF and C3. RGB value is (106,239,195). Sum of RGB (Red+Green+Blue) = 106+239+195=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFC3 is #95103C. Grayscale: #C2C2C2. Windows color (decimal): -9769021 or 12840810. OLE color: 12840810.
HSL color Cylindrical-coordinate representation of color #6AEFC3: hue angle of 160.15º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFC3 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 239 | 195 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.06 |
| HSL | 160.15º | 0.81% | 0.68% | - |
| HSV(B) | 160.15º | 0.56% | 0.94% | - |
| XYZ | 46.66 | 68.74 | 62.44 | - |
| YUV | 194.22 | 128.44 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 195 | 0.56 | 0 | 0.18 | 0.06 | 160.15 | 0.81 | 0.68 |
| Hex | 6A | EF | C3 | 38 | 0 | 12 | 6 | A0 | 51 | 44 |
| Octal | 152 | 357 | 303 | 70 | 0 | 22 | 6 | 240 | 121 | 104 |
| Binary | 1101010 | 11101111 | 11000011 | 111000 | 0 | 10010 | 110 | 10100000 | 1010001 | 1000100 |
Color Harmonies of #6AEFC3
Complementary color
Monochromatic Colors of #6AEFC3
Black with #6AEFC3
Text Example
Text Example
White with #6AEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEFC3; }
p { color: rgb(106,239,195); }
H1.HeaderClassName
{
color: #6AEFC3;
}
.AnyTagClassName
{
color: #6AEFC3;
}
</style>
background-color css
<style>
a { background-color: #6AEFC3; }
a { background-color: rgb(106,239,195); }
div.DivClassName
{
background-color: #6AEFC3;
}
.BgClassName
{
background-color: #6AEFC3;
}
</style>
border-color css
<style>
span { border-color: #6AEFC3; }
span { border-color: rgb(106,239,195); }
td.TdClassName
{
border-color: #6AEFC3;
}
.TagClassName
{
border-color: #6AEFC3;
}
</style>