Shades of Medium Aquamarine #6ACEA8
Tints of Medium Aquamarine #6ACEA8
RGB
CMYK
RGB Variations
Color information
#6ACEA8 (or 0x6ACEA8) is known color: Medium Aquamarine. HEX triplet: 6A, CE and A8. RGB value is (106,206,168). Sum of RGB (Red+Green+Blue) = 106+206+168=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEA8 is #953157. Grayscale: #ABABAB. Windows color (decimal): -9777496 or 11062890. OLE color: 11062890.
HSL color Cylindrical-coordinate representation of color #6ACEA8: hue angle of 157.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACEA8 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 206 | 168 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.19 |
| HSL | 157.2º | 0.51% | 0.61% | - |
| HSV(B) | 157.2º | 0.49% | 0.81% | - |
| XYZ | 35.08 | 50.03 | 44.85 | - |
| YUV | 171.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 168 | 0.49 | 0 | 0.18 | 0.19 | 157.2 | 0.51 | 0.61 |
| Hex | 6A | CE | A8 | 31 | 0 | 12 | 13 | 9D | 33 | 3D |
| Octal | 152 | 316 | 250 | 61 | 0 | 22 | 23 | 235 | 63 | 75 |
| Binary | 1101010 | 11001110 | 10101000 | 110001 | 0 | 10010 | 10011 | 10011101 | 110011 | 111101 |
Color Harmonies of #6ACEA8
Complementary color
Monochromatic Colors of #6ACEA8
Black with #6ACEA8
Text Example
Text Example
White with #6ACEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACEA8; }
p { color: rgb(106,206,168); }
H1.HeaderClassName
{
color: #6ACEA8;
}
.AnyTagClassName
{
color: #6ACEA8;
}
</style>
background-color css
<style>
a { background-color: #6ACEA8; }
a { background-color: rgb(106,206,168); }
div.DivClassName
{
background-color: #6ACEA8;
}
.BgClassName
{
background-color: #6ACEA8;
}
</style>
border-color css
<style>
span { border-color: #6ACEA8; }
span { border-color: rgb(106,206,168); }
td.TdClassName
{
border-color: #6ACEA8;
}
.TagClassName
{
border-color: #6ACEA8;
}
</style>