Shades of Aquamarine #6AF0C0
Tints of Aquamarine #6AF0C0
RGB
CMYK
RGB Variations
Color information
#6AF0C0 (or 0x6AF0C0) is known color: Aquamarine. HEX triplet: 6A, F0 and C0. RGB value is (106,240,192). Sum of RGB (Red+Green+Blue) = 106+240+192=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0C0 is #950F3F. Grayscale: #C2C2C2. Windows color (decimal): -9768768 or 12644458. OLE color: 12644458.
HSL color Cylindrical-coordinate representation of color #6AF0C0: hue angle of 158.51º degrees, saturation: 0.82, 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 #6AF0C0 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 192 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.06 |
| HSL | 158.51º | 0.82% | 0.68% | - |
| HSV(B) | 158.51º | 0.56% | 0.94% | - |
| XYZ | 46.62 | 69.19 | 60.77 | - |
| YUV | 194.46 | 126.61 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 192 | 0.56 | 0 | 0.20 | 0.06 | 158.51 | 0.82 | 0.68 |
| Hex | 6A | F0 | C0 | 38 | 0 | 14 | 6 | 9F | 52 | 44 |
| Octal | 152 | 360 | 300 | 70 | 0 | 24 | 6 | 237 | 122 | 104 |
| Binary | 1101010 | 11110000 | 11000000 | 111000 | 0 | 10100 | 110 | 10011111 | 1010010 | 1000100 |
Color Harmonies of #6AF0C0
Complementary color
Monochromatic Colors of #6AF0C0
Black with #6AF0C0
Text Example
Text Example
White with #6AF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF0C0; }
p { color: rgb(106,240,192); }
H1.HeaderClassName
{
color: #6AF0C0;
}
.AnyTagClassName
{
color: #6AF0C0;
}
</style>
background-color css
<style>
a { background-color: #6AF0C0; }
a { background-color: rgb(106,240,192); }
div.DivClassName
{
background-color: #6AF0C0;
}
.BgClassName
{
background-color: #6AF0C0;
}
</style>
border-color css
<style>
span { border-color: #6AF0C0; }
span { border-color: rgb(106,240,192); }
td.TdClassName
{
border-color: #6AF0C0;
}
.TagClassName
{
border-color: #6AF0C0;
}
</style>