Shades of Medium Aquamarine #6AF4AB
Tints of Medium Aquamarine #6AF4AB
RGB
CMYK
RGB Variations
Color information
#6AF4AB (or 0x6AF4AB) is known color: Medium Aquamarine. HEX triplet: 6A, F4 and AB. RGB value is (106,244,171). Sum of RGB (Red+Green+Blue) = 106+244+171=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF4AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF4AB is #950B54. Grayscale: #C2C2C2. Windows color (decimal): -9767765 or 11269226. OLE color: 11269226.
HSL color Cylindrical-coordinate representation of color #6AF4AB: hue angle of 148.26º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF4AB is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 244 | 171 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.04 |
| HSL | 148.26º | 0.86% | 0.69% | - |
| HSV(B) | 148.26º | 0.57% | 0.96% | - |
| XYZ | 45.65 | 70.71 | 49.77 | - |
| YUV | 194.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 244 | 171 | 0.57 | 0 | 0.30 | 0.04 | 148.26 | 0.86 | 0.69 |
| Hex | 6A | F4 | AB | 39 | 0 | 1E | 4 | 94 | 56 | 45 |
| Octal | 152 | 364 | 253 | 71 | 0 | 36 | 4 | 224 | 126 | 105 |
| Binary | 1101010 | 11110100 | 10101011 | 111001 | 0 | 11110 | 100 | 10010100 | 1010110 | 1000101 |
Color Harmonies of #6AF4AB
Complementary color
Monochromatic Colors of #6AF4AB
Black with #6AF4AB
Text Example
Text Example
White with #6AF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF4AB; }
p { color: rgb(106,244,171); }
H1.HeaderClassName
{
color: #6AF4AB;
}
.AnyTagClassName
{
color: #6AF4AB;
}
</style>
background-color css
<style>
a { background-color: #6AF4AB; }
a { background-color: rgb(106,244,171); }
div.DivClassName
{
background-color: #6AF4AB;
}
.BgClassName
{
background-color: #6AF4AB;
}
</style>
border-color css
<style>
span { border-color: #6AF4AB; }
span { border-color: rgb(106,244,171); }
td.TdClassName
{
border-color: #6AF4AB;
}
.TagClassName
{
border-color: #6AF4AB;
}
</style>