Shades of Medium Aquamarine #6ACDA4
Tints of Medium Aquamarine #6ACDA4
RGB
CMYK
RGB Variations
Color information
#6ACDA4 (or 0x6ACDA4) is known color: Medium Aquamarine. HEX triplet: 6A, CD and A4. RGB value is (106,205,164). Sum of RGB (Red+Green+Blue) = 106+205+164=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDA4 is #95325B. Grayscale: #AAAAAA. Windows color (decimal): -9777756 or 10800490. OLE color: 10800490.
HSL color Cylindrical-coordinate representation of color #6ACDA4: hue angle of 155.15º degrees, saturation: 0.5, 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 #6ACDA4 is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 164 | - |
| CMYK | 0.48 | 0 | 0.2 | 0.20 |
| HSL | 155.15º | 0.5% | 0.61% | - |
| HSV(B) | 155.15º | 0.48% | 0.8% | - |
| XYZ | 34.48 | 49.41 | 42.84 | - |
| YUV | 170.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 164 | 0.48 | 0 | 0.2 | 0.20 | 155.15 | 0.5 | 0.61 |
| Hex | 6A | CD | A4 | 30 | 0 | 14 | 14 | 9B | 32 | 3D |
| Octal | 152 | 315 | 244 | 60 | 0 | 24 | 24 | 233 | 62 | 75 |
| Binary | 1101010 | 11001101 | 10100100 | 110000 | 0 | 10100 | 10100 | 10011011 | 110010 | 111101 |
Color Harmonies of #6ACDA4
Complementary color
Monochromatic Colors of #6ACDA4
Black with #6ACDA4
Text Example
Text Example
White with #6ACDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDA4; }
p { color: rgb(106,205,164); }
H1.HeaderClassName
{
color: #6ACDA4;
}
.AnyTagClassName
{
color: #6ACDA4;
}
</style>
background-color css
<style>
a { background-color: #6ACDA4; }
a { background-color: rgb(106,205,164); }
div.DivClassName
{
background-color: #6ACDA4;
}
.BgClassName
{
background-color: #6ACDA4;
}
</style>
border-color css
<style>
span { border-color: #6ACDA4; }
span { border-color: rgb(106,205,164); }
td.TdClassName
{
border-color: #6ACDA4;
}
.TagClassName
{
border-color: #6ACDA4;
}
</style>