Shades of Medium Aquamarine #68DFAA
Tints of Medium Aquamarine #68DFAA
RGB
CMYK
RGB Variations
Color information
#68DFAA (or 0x68DFAA) is known color: Medium Aquamarine. HEX triplet: 68, DF and AA. RGB value is (104,223,170). Sum of RGB (Red+Green+Blue) = 104+223+170=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DFAA is #972055. Grayscale: #B5B5B5. Windows color (decimal): -9904214 or 11198312. OLE color: 11198312.
HSL color Cylindrical-coordinate representation of color #68DFAA: hue angle of 153.28º 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 #68DFAA is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 170 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.13 |
| HSL | 153.28º | 0.65% | 0.64% | - |
| HSV(B) | 153.28º | 0.53% | 0.87% | - |
| XYZ | 39.35 | 58.62 | 47.27 | - |
| YUV | 181.38 | 121.58 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 170 | 0.53 | 0 | 0.24 | 0.13 | 153.28 | 0.65 | 0.64 |
| Hex | 68 | DF | AA | 35 | 0 | 18 | D | 99 | 41 | 40 |
| Octal | 150 | 337 | 252 | 65 | 0 | 30 | 15 | 231 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10101010 | 110101 | 0 | 11000 | 1101 | 10011001 | 1000001 | 1000000 |
Color Harmonies of #68DFAA
Complementary color
Monochromatic Colors of #68DFAA
Black with #68DFAA
Text Example
Text Example
White with #68DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFAA; }
p { color: rgb(104,223,170); }
H1.HeaderClassName
{
color: #68DFAA;
}
.AnyTagClassName
{
color: #68DFAA;
}
</style>
background-color css
<style>
a { background-color: #68DFAA; }
a { background-color: rgb(104,223,170); }
div.DivClassName
{
background-color: #68DFAA;
}
.BgClassName
{
background-color: #68DFAA;
}
</style>
border-color css
<style>
span { border-color: #68DFAA; }
span { border-color: rgb(104,223,170); }
td.TdClassName
{
border-color: #68DFAA;
}
.TagClassName
{
border-color: #68DFAA;
}
</style>