Shades of Medium Aquamarine #6AFBA4
Tints of Medium Aquamarine #6AFBA4
RGB
CMYK
RGB Variations
Color information
#6AFBA4 (or 0x6AFBA4) is known color: Medium Aquamarine. HEX triplet: 6A, FB and A4. RGB value is (106,251,164). Sum of RGB (Red+Green+Blue) = 106+251+164=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBA4 is #95045B. Grayscale: #C5C5C5. Windows color (decimal): -9765980 or 10812266. OLE color: 10812266.
HSL color Cylindrical-coordinate representation of color #6AFBA4: hue angle of 144º 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 #6AFBA4 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 164 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.02 |
| HSL | 144º | 0.95% | 0.7% | - |
| HSV(B) | 144º | 0.58% | 0.98% | - |
| XYZ | 47.14 | 74.74 | 47.06 | - |
| YUV | 197.73 | 108.96 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 164 | 0.58 | 0 | 0.35 | 0.02 | 144 | 0.95 | 0.7 |
| Hex | 6A | FB | A4 | 3A | 0 | 23 | 2 | 90 | 5F | 46 |
| Octal | 152 | 373 | 244 | 72 | 0 | 43 | 2 | 220 | 137 | 106 |
| Binary | 1101010 | 11111011 | 10100100 | 111010 | 0 | 100011 | 10 | 10010000 | 1011111 | 1000110 |
Color Harmonies of #6AFBA4
Complementary color
Monochromatic Colors of #6AFBA4
Black with #6AFBA4
Text Example
Text Example
White with #6AFBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBA4; }
p { color: rgb(106,251,164); }
H1.HeaderClassName
{
color: #6AFBA4;
}
.AnyTagClassName
{
color: #6AFBA4;
}
</style>
background-color css
<style>
a { background-color: #6AFBA4; }
a { background-color: rgb(106,251,164); }
div.DivClassName
{
background-color: #6AFBA4;
}
.BgClassName
{
background-color: #6AFBA4;
}
</style>
border-color css
<style>
span { border-color: #6AFBA4; }
span { border-color: rgb(106,251,164); }
td.TdClassName
{
border-color: #6AFBA4;
}
.TagClassName
{
border-color: #6AFBA4;
}
</style>