Shades of Medium Aquamarine #68DFA1
Tints of Medium Aquamarine #68DFA1
RGB
CMYK
RGB Variations
Color information
#68DFA1 (or 0x68DFA1) is known color: Medium Aquamarine. HEX triplet: 68, DF and A1. RGB value is (104,223,161). Sum of RGB (Red+Green+Blue) = 104+223+161=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DFA1 is #97205E. Grayscale: #B4B4B4. Windows color (decimal): -9904223 or 10608488. OLE color: 10608488.
HSL color Cylindrical-coordinate representation of color #68DFA1: hue angle of 148.74º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFA1 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 161 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.13 |
| HSL | 148.74º | 0.65% | 0.64% | - |
| HSV(B) | 148.74º | 0.53% | 0.87% | - |
| XYZ | 38.53 | 58.29 | 42.94 | - |
| YUV | 180.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 161 | 0.53 | 0 | 0.28 | 0.13 | 148.74 | 0.65 | 0.64 |
| Hex | 68 | DF | A1 | 35 | 0 | 1C | D | 95 | 41 | 40 |
| Octal | 150 | 337 | 241 | 65 | 0 | 34 | 15 | 225 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10100001 | 110101 | 0 | 11100 | 1101 | 10010101 | 1000001 | 1000000 |
Color Harmonies of #68DFA1
Complementary color
Monochromatic Colors of #68DFA1
Black with #68DFA1
Text Example
Text Example
White with #68DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFA1; }
p { color: rgb(104,223,161); }
H1.HeaderClassName
{
color: #68DFA1;
}
.AnyTagClassName
{
color: #68DFA1;
}
</style>
background-color css
<style>
a { background-color: #68DFA1; }
a { background-color: rgb(104,223,161); }
div.DivClassName
{
background-color: #68DFA1;
}
.BgClassName
{
background-color: #68DFA1;
}
</style>
border-color css
<style>
span { border-color: #68DFA1; }
span { border-color: rgb(104,223,161); }
td.TdClassName
{
border-color: #68DFA1;
}
.TagClassName
{
border-color: #68DFA1;
}
</style>