Shades of Medium Aquamarine #68CFAD
Tints of Medium Aquamarine #68CFAD
RGB
CMYK
RGB Variations
Color information
#68CFAD (or 0x68CFAD) is known color: Medium Aquamarine. HEX triplet: 68, CF and AD. RGB value is (104,207,173). Sum of RGB (Red+Green+Blue) = 104+207+173=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFAD is #973052. Grayscale: #ACACAC. Windows color (decimal): -9908307 or 11390824. OLE color: 11390824.
HSL color Cylindrical-coordinate representation of color #68CFAD: hue angle of 160.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFAD is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 173 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.19 |
| HSL | 160.19º | 0.52% | 0.61% | - |
| HSV(B) | 160.19º | 0.5% | 0.81% | - |
| XYZ | 35.56 | 50.59 | 47.42 | - |
| YUV | 172.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 173 | 0.50 | 0 | 0.16 | 0.19 | 160.19 | 0.52 | 0.61 |
| Hex | 68 | CF | AD | 32 | 0 | 10 | 13 | A0 | 34 | 3D |
| Octal | 150 | 317 | 255 | 62 | 0 | 20 | 23 | 240 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10101101 | 110010 | 0 | 10000 | 10011 | 10100000 | 110100 | 111101 |
Color Harmonies of #68CFAD
Complementary color
Monochromatic Colors of #68CFAD
Black with #68CFAD
Text Example
Text Example
White with #68CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFAD; }
p { color: rgb(104,207,173); }
H1.HeaderClassName
{
color: #68CFAD;
}
.AnyTagClassName
{
color: #68CFAD;
}
</style>
background-color css
<style>
a { background-color: #68CFAD; }
a { background-color: rgb(104,207,173); }
div.DivClassName
{
background-color: #68CFAD;
}
.BgClassName
{
background-color: #68CFAD;
}
</style>
border-color css
<style>
span { border-color: #68CFAD; }
span { border-color: rgb(104,207,173); }
td.TdClassName
{
border-color: #68CFAD;
}
.TagClassName
{
border-color: #68CFAD;
}
</style>