Shades of Medium Aquamarine #68DFB2
Tints of Medium Aquamarine #68DFB2
RGB
CMYK
RGB Variations
Color information
#68DFB2 (or 0x68DFB2) is known color: Medium Aquamarine. HEX triplet: 68, DF and B2. RGB value is (104,223,178). Sum of RGB (Red+Green+Blue) = 104+223+178=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DFB2 is #97204D. Grayscale: #B6B6B6. Windows color (decimal): -9904206 or 11722600. OLE color: 11722600.
HSL color Cylindrical-coordinate representation of color #68DFB2: hue angle of 157.31º 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 #68DFB2 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 178 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.13 |
| HSL | 157.31º | 0.65% | 0.64% | - |
| HSV(B) | 157.31º | 0.53% | 0.87% | - |
| XYZ | 40.13 | 58.93 | 51.38 | - |
| YUV | 182.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 178 | 0.53 | 0 | 0.20 | 0.13 | 157.31 | 0.65 | 0.64 |
| Hex | 68 | DF | B2 | 35 | 0 | 14 | D | 9D | 41 | 40 |
| Octal | 150 | 337 | 262 | 65 | 0 | 24 | 15 | 235 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10110010 | 110101 | 0 | 10100 | 1101 | 10011101 | 1000001 | 1000000 |
Color Harmonies of #68DFB2
Complementary color
Monochromatic Colors of #68DFB2
Black with #68DFB2
Text Example
Text Example
White with #68DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFB2; }
p { color: rgb(104,223,178); }
H1.HeaderClassName
{
color: #68DFB2;
}
.AnyTagClassName
{
color: #68DFB2;
}
</style>
background-color css
<style>
a { background-color: #68DFB2; }
a { background-color: rgb(104,223,178); }
div.DivClassName
{
background-color: #68DFB2;
}
.BgClassName
{
background-color: #68DFB2;
}
</style>
border-color css
<style>
span { border-color: #68DFB2; }
span { border-color: rgb(104,223,178); }
td.TdClassName
{
border-color: #68DFB2;
}
.TagClassName
{
border-color: #68DFB2;
}
</style>