Shades of Medium Aquamarine #6ACEAF
Tints of Medium Aquamarine #6ACEAF
RGB
CMYK
RGB Variations
Color information
#6ACEAF (or 0x6ACEAF) is known color: Medium Aquamarine. HEX triplet: 6A, CE and AF. RGB value is (106,206,175). Sum of RGB (Red+Green+Blue) = 106+206+175=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEAF is #953150. Grayscale: #ACACAC. Windows color (decimal): -9777489 or 11521642. OLE color: 11521642.
HSL color Cylindrical-coordinate representation of color #6ACEAF: hue angle of 161.4º 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 #6ACEAF is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 206 | 175 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.19 |
| HSL | 161.4º | 0.51% | 0.61% | - |
| HSV(B) | 161.4º | 0.49% | 0.81% | - |
| XYZ | 35.75 | 50.3 | 48.38 | - |
| YUV | 172.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 175 | 0.49 | 0 | 0.15 | 0.19 | 161.4 | 0.51 | 0.61 |
| Hex | 6A | CE | AF | 31 | 0 | F | 13 | A1 | 33 | 3D |
| Octal | 152 | 316 | 257 | 61 | 0 | 17 | 23 | 241 | 63 | 75 |
| Binary | 1101010 | 11001110 | 10101111 | 110001 | 0 | 1111 | 10011 | 10100001 | 110011 | 111101 |
Color Harmonies of #6ACEAF
Complementary color
Monochromatic Colors of #6ACEAF
Black with #6ACEAF
Text Example
Text Example
White with #6ACEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACEAF; }
p { color: rgb(106,206,175); }
H1.HeaderClassName
{
color: #6ACEAF;
}
.AnyTagClassName
{
color: #6ACEAF;
}
</style>
background-color css
<style>
a { background-color: #6ACEAF; }
a { background-color: rgb(106,206,175); }
div.DivClassName
{
background-color: #6ACEAF;
}
.BgClassName
{
background-color: #6ACEAF;
}
</style>
border-color css
<style>
span { border-color: #6ACEAF; }
span { border-color: rgb(106,206,175); }
td.TdClassName
{
border-color: #6ACEAF;
}
.TagClassName
{
border-color: #6ACEAF;
}
</style>