Shades of Medium Aquamarine #68CDA3
Tints of Medium Aquamarine #68CDA3
RGB
CMYK
RGB Variations
Color information
#68CDA3 (or 0x68CDA3) is known color: Medium Aquamarine. HEX triplet: 68, CD and A3. RGB value is (104,205,163). Sum of RGB (Red+Green+Blue) = 104+205+163=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CDA3 is #97325C. Grayscale: #AAAAAA. Windows color (decimal): -9908829 or 10734952. OLE color: 10734952.
HSL color Cylindrical-coordinate representation of color #68CDA3: hue angle of 155.05º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CDA3 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 163 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.20 |
| HSL | 155.05º | 0.5% | 0.61% | - |
| HSV(B) | 155.05º | 0.49% | 0.8% | - |
| XYZ | 34.15 | 49.25 | 42.36 | - |
| YUV | 170.01 | 124.04 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 163 | 0.49 | 0 | 0.20 | 0.20 | 155.05 | 0.5 | 0.61 |
| Hex | 68 | CD | A3 | 31 | 0 | 14 | 14 | 9B | 32 | 3D |
| Octal | 150 | 315 | 243 | 61 | 0 | 24 | 24 | 233 | 62 | 75 |
| Binary | 1101000 | 11001101 | 10100011 | 110001 | 0 | 10100 | 10100 | 10011011 | 110010 | 111101 |
Color Harmonies of #68CDA3
Complementary color
Monochromatic Colors of #68CDA3
Black with #68CDA3
Text Example
Text Example
White with #68CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDA3; }
p { color: rgb(104,205,163); }
H1.HeaderClassName
{
color: #68CDA3;
}
.AnyTagClassName
{
color: #68CDA3;
}
</style>
background-color css
<style>
a { background-color: #68CDA3; }
a { background-color: rgb(104,205,163); }
div.DivClassName
{
background-color: #68CDA3;
}
.BgClassName
{
background-color: #68CDA3;
}
</style>
border-color css
<style>
span { border-color: #68CDA3; }
span { border-color: rgb(104,205,163); }
td.TdClassName
{
border-color: #68CDA3;
}
.TagClassName
{
border-color: #68CDA3;
}
</style>