Shades of Medium Aquamarine #68E69A
Tints of Medium Aquamarine #68E69A
RGB
CMYK
RGB Variations
Color information
#68E69A (or 0x68E69A) is known color: Medium Aquamarine. HEX triplet: 68, E6 and 9A. RGB value is (104,230,154). Sum of RGB (Red+Green+Blue) = 104+230+154=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #68E69A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E69A is #971965. Grayscale: #B7B7B7. Windows color (decimal): -9902438 or 10151528. OLE color: 10151528.
HSL color Cylindrical-coordinate representation of color #68E69A: hue angle of 143.81º 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 #68E69A is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 154 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.10 |
| HSL | 143.81º | 0.72% | 0.65% | - |
| HSV(B) | 143.81º | 0.55% | 0.9% | - |
| XYZ | 39.84 | 61.87 | 40.41 | - |
| YUV | 183.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 154 | 0.55 | 0 | 0.33 | 0.10 | 143.81 | 0.72 | 0.65 |
| Hex | 68 | E6 | 9A | 37 | 0 | 21 | A | 90 | 48 | 41 |
| Octal | 150 | 346 | 232 | 67 | 0 | 41 | 12 | 220 | 110 | 101 |
| Binary | 1101000 | 11100110 | 10011010 | 110111 | 0 | 100001 | 1010 | 10010000 | 1001000 | 1000001 |
Color Harmonies of #68E69A
Complementary color
Monochromatic Colors of #68E69A
Black with #68E69A
Text Example
Text Example
White with #68E69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E69A; }
p { color: rgb(104,230,154); }
H1.HeaderClassName
{
color: #68E69A;
}
.AnyTagClassName
{
color: #68E69A;
}
</style>
background-color css
<style>
a { background-color: #68E69A; }
a { background-color: rgb(104,230,154); }
div.DivClassName
{
background-color: #68E69A;
}
.BgClassName
{
background-color: #68E69A;
}
</style>
border-color css
<style>
span { border-color: #68E69A; }
span { border-color: rgb(104,230,154); }
td.TdClassName
{
border-color: #68E69A;
}
.TagClassName
{
border-color: #68E69A;
}
</style>