Shades of Medium Aquamarine #6AFBA2
Tints of Medium Aquamarine #6AFBA2
RGB
CMYK
RGB Variations
Color information
#6AFBA2 (or 0x6AFBA2) is known color: Medium Aquamarine. HEX triplet: 6A, FB and A2. RGB value is (106,251,162). Sum of RGB (Red+Green+Blue) = 106+251+162=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBA2 is #95045D. Grayscale: #C5C5C5. Windows color (decimal): -9765982 or 10681194. OLE color: 10681194.
HSL color Cylindrical-coordinate representation of color #6AFBA2: hue angle of 143.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBA2 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 162 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.02 |
| HSL | 143.17º | 0.95% | 0.7% | - |
| HSV(B) | 143.17º | 0.58% | 0.98% | - |
| XYZ | 46.96 | 74.67 | 46.12 | - |
| YUV | 197.5 | 107.96 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 162 | 0.58 | 0 | 0.35 | 0.02 | 143.17 | 0.95 | 0.7 |
| Hex | 6A | FB | A2 | 3A | 0 | 23 | 2 | 8F | 5F | 46 |
| Octal | 152 | 373 | 242 | 72 | 0 | 43 | 2 | 217 | 137 | 106 |
| Binary | 1101010 | 11111011 | 10100010 | 111010 | 0 | 100011 | 10 | 10001111 | 1011111 | 1000110 |
Color Harmonies of #6AFBA2
Complementary color
Monochromatic Colors of #6AFBA2
Black with #6AFBA2
Text Example
Text Example
White with #6AFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBA2; }
p { color: rgb(106,251,162); }
H1.HeaderClassName
{
color: #6AFBA2;
}
.AnyTagClassName
{
color: #6AFBA2;
}
</style>
background-color css
<style>
a { background-color: #6AFBA2; }
a { background-color: rgb(106,251,162); }
div.DivClassName
{
background-color: #6AFBA2;
}
.BgClassName
{
background-color: #6AFBA2;
}
</style>
border-color css
<style>
span { border-color: #6AFBA2; }
span { border-color: rgb(106,251,162); }
td.TdClassName
{
border-color: #6AFBA2;
}
.TagClassName
{
border-color: #6AFBA2;
}
</style>