Shades of Medium Aquamarine #68DFB5
Tints of Medium Aquamarine #68DFB5
RGB
CMYK
RGB Variations
Color information
#68DFB5 (or 0x68DFB5) is known color: Medium Aquamarine. HEX triplet: 68, DF and B5. RGB value is (104,223,181). Sum of RGB (Red+Green+Blue) = 104+223+181=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFB5 is #97204A. Grayscale: #B6B6B6. Windows color (decimal): -9904203 or 11919208. OLE color: 11919208.
HSL color Cylindrical-coordinate representation of color #68DFB5: hue angle of 158.82º 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 #68DFB5 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 181 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.13 |
| HSL | 158.82º | 0.65% | 0.64% | - |
| HSV(B) | 158.82º | 0.53% | 0.87% | - |
| XYZ | 40.44 | 59.05 | 52.98 | - |
| YUV | 182.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 181 | 0.53 | 0 | 0.19 | 0.13 | 158.82 | 0.65 | 0.64 |
| Hex | 68 | DF | B5 | 35 | 0 | 13 | D | 9F | 41 | 40 |
| Octal | 150 | 337 | 265 | 65 | 0 | 23 | 15 | 237 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10110101 | 110101 | 0 | 10011 | 1101 | 10011111 | 1000001 | 1000000 |
Color Harmonies of #68DFB5
Complementary color
Monochromatic Colors of #68DFB5
Black with #68DFB5
Text Example
Text Example
White with #68DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFB5; }
p { color: rgb(104,223,181); }
H1.HeaderClassName
{
color: #68DFB5;
}
.AnyTagClassName
{
color: #68DFB5;
}
</style>
background-color css
<style>
a { background-color: #68DFB5; }
a { background-color: rgb(104,223,181); }
div.DivClassName
{
background-color: #68DFB5;
}
.BgClassName
{
background-color: #68DFB5;
}
</style>
border-color css
<style>
span { border-color: #68DFB5; }
span { border-color: rgb(104,223,181); }
td.TdClassName
{
border-color: #68DFB5;
}
.TagClassName
{
border-color: #68DFB5;
}
</style>