Shades of Medium Aquamarine #6ACDB1
Tints of Medium Aquamarine #6ACDB1
RGB
CMYK
RGB Variations
Color information
#6ACDB1 (or 0x6ACDB1) is known color: Medium Aquamarine. HEX triplet: 6A, CD and B1. RGB value is (106,205,177). Sum of RGB (Red+Green+Blue) = 106+205+177=488 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.72% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDB1 is #95324E. Grayscale: #ACACAC. Windows color (decimal): -9777743 or 11652458. OLE color: 11652458.
HSL color Cylindrical-coordinate representation of color #6ACDB1: hue angle of 163.03º 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 #6ACDB1 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 177 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.20 |
| HSL | 163.03º | 0.5% | 0.61% | - |
| HSV(B) | 163.03º | 0.48% | 0.8% | - |
| XYZ | 35.71 | 49.9 | 49.34 | - |
| YUV | 172.21 | 130.7 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 177 | 0.48 | 0 | 0.14 | 0.20 | 163.03 | 0.5 | 0.61 |
| Hex | 6A | CD | B1 | 30 | 0 | E | 14 | A3 | 32 | 3D |
| Octal | 152 | 315 | 261 | 60 | 0 | 16 | 24 | 243 | 62 | 75 |
| Binary | 1101010 | 11001101 | 10110001 | 110000 | 0 | 1110 | 10100 | 10100011 | 110010 | 111101 |
Color Harmonies of #6ACDB1
Complementary color
Monochromatic Colors of #6ACDB1
Black with #6ACDB1
Text Example
Text Example
White with #6ACDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDB1; }
p { color: rgb(106,205,177); }
H1.HeaderClassName
{
color: #6ACDB1;
}
.AnyTagClassName
{
color: #6ACDB1;
}
</style>
background-color css
<style>
a { background-color: #6ACDB1; }
a { background-color: rgb(106,205,177); }
div.DivClassName
{
background-color: #6ACDB1;
}
.BgClassName
{
background-color: #6ACDB1;
}
</style>
border-color css
<style>
span { border-color: #6ACDB1; }
span { border-color: rgb(106,205,177); }
td.TdClassName
{
border-color: #6ACDB1;
}
.TagClassName
{
border-color: #6ACDB1;
}
</style>