Shades of Medium Aquamarine #6ACEB2
Tints of Medium Aquamarine #6ACEB2
RGB
CMYK
RGB Variations
Color information
#6ACEB2 (or 0x6ACEB2) is known color: Medium Aquamarine. HEX triplet: 6A, CE and B2. RGB value is (106,206,178). Sum of RGB (Red+Green+Blue) = 106+206+178=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEB2 is #95314D. Grayscale: #ACACAC. Windows color (decimal): -9777486 or 11718250. OLE color: 11718250.
HSL color Cylindrical-coordinate representation of color #6ACEB2: hue angle of 163.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 #6ACEB2 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 206 | 178 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.19 |
| HSL | 163.2º | 0.51% | 0.61% | - |
| HSV(B) | 163.2º | 0.49% | 0.81% | - |
| XYZ | 36.05 | 50.42 | 49.95 | - |
| YUV | 172.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 178 | 0.49 | 0 | 0.14 | 0.19 | 163.2 | 0.51 | 0.61 |
| Hex | 6A | CE | B2 | 31 | 0 | E | 13 | A3 | 33 | 3D |
| Octal | 152 | 316 | 262 | 61 | 0 | 16 | 23 | 243 | 63 | 75 |
| Binary | 1101010 | 11001110 | 10110010 | 110001 | 0 | 1110 | 10011 | 10100011 | 110011 | 111101 |
Color Harmonies of #6ACEB2
Complementary color
Monochromatic Colors of #6ACEB2
Black with #6ACEB2
Text Example
Text Example
White with #6ACEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACEB2; }
p { color: rgb(106,206,178); }
H1.HeaderClassName
{
color: #6ACEB2;
}
.AnyTagClassName
{
color: #6ACEB2;
}
</style>
background-color css
<style>
a { background-color: #6ACEB2; }
a { background-color: rgb(106,206,178); }
div.DivClassName
{
background-color: #6ACEB2;
}
.BgClassName
{
background-color: #6ACEB2;
}
</style>
border-color css
<style>
span { border-color: #6ACEB2; }
span { border-color: rgb(106,206,178); }
td.TdClassName
{
border-color: #6ACEB2;
}
.TagClassName
{
border-color: #6ACEB2;
}
</style>