Shades of Medium Aquamarine #6ACCB1
Tints of Medium Aquamarine #6ACCB1
RGB
CMYK
RGB Variations
Color information
#6ACCB1 (or 0x6ACCB1) is known color: Medium Aquamarine. HEX triplet: 6A, CC and B1. RGB value is (106,204,177). Sum of RGB (Red+Green+Blue) = 106+204+177=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACCB1 is #95334E. Grayscale: #ABABAB. Windows color (decimal): -9777999 or 11652202. OLE color: 11652202.
HSL color Cylindrical-coordinate representation of color #6ACCB1: hue angle of 163.47º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACCB1 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 177 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.2 |
| HSL | 163.47º | 0.49% | 0.61% | - |
| HSV(B) | 163.47º | 0.48% | 0.8% | - |
| XYZ | 35.47 | 49.42 | 49.27 | - |
| YUV | 171.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 177 | 0.48 | 0 | 0.13 | 0.2 | 163.47 | 0.49 | 0.61 |
| Hex | 6A | CC | B1 | 30 | 0 | D | 14 | A3 | 31 | 3D |
| Octal | 152 | 314 | 261 | 60 | 0 | 15 | 24 | 243 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10110001 | 110000 | 0 | 1101 | 10100 | 10100011 | 110001 | 111101 |
Color Harmonies of #6ACCB1
Complementary color
Monochromatic Colors of #6ACCB1
Black with #6ACCB1
Text Example
Text Example
White with #6ACCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCB1; }
p { color: rgb(106,204,177); }
H1.HeaderClassName
{
color: #6ACCB1;
}
.AnyTagClassName
{
color: #6ACCB1;
}
</style>
background-color css
<style>
a { background-color: #6ACCB1; }
a { background-color: rgb(106,204,177); }
div.DivClassName
{
background-color: #6ACCB1;
}
.BgClassName
{
background-color: #6ACCB1;
}
</style>
border-color css
<style>
span { border-color: #6ACCB1; }
span { border-color: rgb(106,204,177); }
td.TdClassName
{
border-color: #6ACCB1;
}
.TagClassName
{
border-color: #6ACCB1;
}
</style>