Shades of Medium Aquamarine #68CDA4
Tints of Medium Aquamarine #68CDA4
RGB
CMYK
RGB Variations
Color information
#68CDA4 (or 0x68CDA4) is known color: Medium Aquamarine. HEX triplet: 68, CD and A4. RGB value is (104,205,164). Sum of RGB (Red+Green+Blue) = 104+205+164=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CDA4 is #97325B. Grayscale: #AAAAAA. Windows color (decimal): -9908828 or 10800488. OLE color: 10800488.
HSL color Cylindrical-coordinate representation of color #68CDA4: hue angle of 155.64º 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 #68CDA4 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 164 | - |
| CMYK | 0.49 | 0 | 0.2 | 0.20 |
| HSL | 155.64º | 0.5% | 0.61% | - |
| HSV(B) | 155.64º | 0.49% | 0.8% | - |
| XYZ | 34.24 | 49.29 | 42.83 | - |
| YUV | 170.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 164 | 0.49 | 0 | 0.2 | 0.20 | 155.64 | 0.5 | 0.61 |
| Hex | 68 | CD | A4 | 31 | 0 | 14 | 14 | 9C | 32 | 3D |
| Octal | 150 | 315 | 244 | 61 | 0 | 24 | 24 | 234 | 62 | 75 |
| Binary | 1101000 | 11001101 | 10100100 | 110001 | 0 | 10100 | 10100 | 10011100 | 110010 | 111101 |
Color Harmonies of #68CDA4
Complementary color
Monochromatic Colors of #68CDA4
Black with #68CDA4
Text Example
Text Example
White with #68CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDA4; }
p { color: rgb(104,205,164); }
H1.HeaderClassName
{
color: #68CDA4;
}
.AnyTagClassName
{
color: #68CDA4;
}
</style>
background-color css
<style>
a { background-color: #68CDA4; }
a { background-color: rgb(104,205,164); }
div.DivClassName
{
background-color: #68CDA4;
}
.BgClassName
{
background-color: #68CDA4;
}
</style>
border-color css
<style>
span { border-color: #68CDA4; }
span { border-color: rgb(104,205,164); }
td.TdClassName
{
border-color: #68CDA4;
}
.TagClassName
{
border-color: #68CDA4;
}
</style>