Shades of Medium Aquamarine #68E6B2
Tints of Medium Aquamarine #68E6B2
RGB
CMYK
RGB Variations
Color information
#68E6B2 (or 0x68E6B2) is known color: Medium Aquamarine. HEX triplet: 68, E6 and B2. RGB value is (104,230,178). Sum of RGB (Red+Green+Blue) = 104+230+178=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E6B2 is #97194D. Grayscale: #BABABA. Windows color (decimal): -9902414 or 11724392. OLE color: 11724392.
HSL color Cylindrical-coordinate representation of color #68E6B2: hue angle of 155.24º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E6B2 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 178 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.10 |
| HSL | 155.24º | 0.72% | 0.65% | - |
| HSV(B) | 155.24º | 0.55% | 0.9% | - |
| XYZ | 42.04 | 62.75 | 52.02 | - |
| YUV | 186.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 178 | 0.55 | 0 | 0.23 | 0.10 | 155.24 | 0.72 | 0.65 |
| Hex | 68 | E6 | B2 | 37 | 0 | 17 | A | 9B | 48 | 41 |
| Octal | 150 | 346 | 262 | 67 | 0 | 27 | 12 | 233 | 110 | 101 |
| Binary | 1101000 | 11100110 | 10110010 | 110111 | 0 | 10111 | 1010 | 10011011 | 1001000 | 1000001 |
Color Harmonies of #68E6B2
Complementary color
Monochromatic Colors of #68E6B2
Black with #68E6B2
Text Example
Text Example
White with #68E6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E6B2; }
p { color: rgb(104,230,178); }
H1.HeaderClassName
{
color: #68E6B2;
}
.AnyTagClassName
{
color: #68E6B2;
}
</style>
background-color css
<style>
a { background-color: #68E6B2; }
a { background-color: rgb(104,230,178); }
div.DivClassName
{
background-color: #68E6B2;
}
.BgClassName
{
background-color: #68E6B2;
}
</style>
border-color css
<style>
span { border-color: #68E6B2; }
span { border-color: rgb(104,230,178); }
td.TdClassName
{
border-color: #68E6B2;
}
.TagClassName
{
border-color: #68E6B2;
}
</style>