Shades of Medium Aquamarine #68D09B
Tints of Medium Aquamarine #68D09B
RGB
CMYK
RGB Variations
Color information
#68D09B (or 0x68D09B) is known color: Medium Aquamarine. HEX triplet: 68, D0 and 9B. RGB value is (104,208,155). Sum of RGB (Red+Green+Blue) = 104+208+155=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #68D09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D09B is #972F64. Grayscale: #AAAAAA. Windows color (decimal): -9908069 or 10211432. OLE color: 10211432.
HSL color Cylindrical-coordinate representation of color #68D09B: hue angle of 149.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D09B is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 155 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.18 |
| HSL | 149.42º | 0.53% | 0.61% | - |
| HSV(B) | 149.42º | 0.5% | 0.82% | - |
| XYZ | 34.18 | 50.42 | 38.94 | - |
| YUV | 170.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 155 | 0.5 | 0 | 0.25 | 0.18 | 149.42 | 0.53 | 0.61 |
| Hex | 68 | D0 | 9B | 32 | 0 | 19 | 12 | 95 | 35 | 3D |
| Octal | 150 | 320 | 233 | 62 | 0 | 31 | 22 | 225 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10011011 | 110010 | 0 | 11001 | 10010 | 10010101 | 110101 | 111101 |
Color Harmonies of #68D09B
Complementary color
Monochromatic Colors of #68D09B
Black with #68D09B
Text Example
Text Example
White with #68D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D09B; }
p { color: rgb(104,208,155); }
H1.HeaderClassName
{
color: #68D09B;
}
.AnyTagClassName
{
color: #68D09B;
}
</style>
background-color css
<style>
a { background-color: #68D09B; }
a { background-color: rgb(104,208,155); }
div.DivClassName
{
background-color: #68D09B;
}
.BgClassName
{
background-color: #68D09B;
}
</style>
border-color css
<style>
span { border-color: #68D09B; }
span { border-color: rgb(104,208,155); }
td.TdClassName
{
border-color: #68D09B;
}
.TagClassName
{
border-color: #68D09B;
}
</style>