Shades of Aquamarine #6AFCC0
Tints of Aquamarine #6AFCC0
RGB
CMYK
RGB Variations
Color information
#6AFCC0 (or 0x6AFCC0) is known color: Aquamarine. HEX triplet: 6A, FC and C0. RGB value is (106,252,192). Sum of RGB (Red+Green+Blue) = 106+252+192=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCC0 is #95033F. Grayscale: #C9C9C9. Windows color (decimal): -9765696 or 12647530. OLE color: 12647530.
HSL color Cylindrical-coordinate representation of color #6AFCC0: hue angle of 155.34º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCC0 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 192 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.01 |
| HSL | 155.34º | 0.96% | 0.7% | - |
| HSV(B) | 155.34º | 0.58% | 0.99% | - |
| XYZ | 50.27 | 76.49 | 61.98 | - |
| YUV | 201.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 192 | 0.58 | 0 | 0.24 | 0.01 | 155.34 | 0.96 | 0.7 |
| Hex | 6A | FC | C0 | 3A | 0 | 18 | 1 | 9B | 60 | 46 |
| Octal | 152 | 374 | 300 | 72 | 0 | 30 | 1 | 233 | 140 | 106 |
| Binary | 1101010 | 11111100 | 11000000 | 111010 | 0 | 11000 | 1 | 10011011 | 1100000 | 1000110 |
Color Harmonies of #6AFCC0
Complementary color
Monochromatic Colors of #6AFCC0
Black with #6AFCC0
Text Example
Text Example
White with #6AFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFCC0; }
p { color: rgb(106,252,192); }
H1.HeaderClassName
{
color: #6AFCC0;
}
.AnyTagClassName
{
color: #6AFCC0;
}
</style>
background-color css
<style>
a { background-color: #6AFCC0; }
a { background-color: rgb(106,252,192); }
div.DivClassName
{
background-color: #6AFCC0;
}
.BgClassName
{
background-color: #6AFCC0;
}
</style>
border-color css
<style>
span { border-color: #6AFCC0; }
span { border-color: rgb(106,252,192); }
td.TdClassName
{
border-color: #6AFCC0;
}
.TagClassName
{
border-color: #6AFCC0;
}
</style>