Shades of Medium Aquamarine #68CCAD
Tints of Medium Aquamarine #68CCAD
RGB
CMYK
RGB Variations
Color information
#68CCAD (or 0x68CCAD) is known color: Medium Aquamarine. HEX triplet: 68, CC and AD. RGB value is (104,204,173). Sum of RGB (Red+Green+Blue) = 104+204+173=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CCAD is #973352. Grayscale: #AAAAAA. Windows color (decimal): -9909075 or 11390056. OLE color: 11390056.
HSL color Cylindrical-coordinate representation of color #68CCAD: hue angle of 161.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CCAD is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 173 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.2 |
| HSL | 161.4º | 0.5% | 0.6% | - |
| HSV(B) | 161.4º | 0.49% | 0.8% | - |
| XYZ | 34.84 | 49.15 | 47.18 | - |
| YUV | 170.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 173 | 0.49 | 0 | 0.15 | 0.2 | 161.4 | 0.5 | 0.6 |
| Hex | 68 | CC | AD | 31 | 0 | F | 14 | A1 | 32 | 3C |
| Octal | 150 | 314 | 255 | 61 | 0 | 17 | 24 | 241 | 62 | 74 |
| Binary | 1101000 | 11001100 | 10101101 | 110001 | 0 | 1111 | 10100 | 10100001 | 110010 | 111100 |
Color Harmonies of #68CCAD
Complementary color
Monochromatic Colors of #68CCAD
Black with #68CCAD
Text Example
Text Example
White with #68CCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCAD; }
p { color: rgb(104,204,173); }
H1.HeaderClassName
{
color: #68CCAD;
}
.AnyTagClassName
{
color: #68CCAD;
}
</style>
background-color css
<style>
a { background-color: #68CCAD; }
a { background-color: rgb(104,204,173); }
div.DivClassName
{
background-color: #68CCAD;
}
.BgClassName
{
background-color: #68CCAD;
}
</style>
border-color css
<style>
span { border-color: #68CCAD; }
span { border-color: rgb(104,204,173); }
td.TdClassName
{
border-color: #68CCAD;
}
.TagClassName
{
border-color: #68CCAD;
}
</style>