Shades of Medium Aquamarine #68F09A
Tints of Medium Aquamarine #68F09A
RGB
CMYK
RGB Variations
Color information
#68F09A (or 0x68F09A) is known color: Medium Aquamarine. HEX triplet: 68, F0 and 9A. RGB value is (104,240,154). Sum of RGB (Red+Green+Blue) = 104+240+154=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #68F09A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F09A is #970F65. Grayscale: #BDBDBD. Windows color (decimal): -9899878 or 10154088. OLE color: 10154088.
HSL color Cylindrical-coordinate representation of color #68F09A: hue angle of 142.06º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F09A is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 154 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.06 |
| HSL | 142.06º | 0.82% | 0.67% | - |
| HSV(B) | 142.06º | 0.57% | 0.94% | - |
| XYZ | 42.7 | 67.6 | 41.37 | - |
| YUV | 189.53 | 107.94 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 154 | 0.57 | 0 | 0.36 | 0.06 | 142.06 | 0.82 | 0.67 |
| Hex | 68 | F0 | 9A | 39 | 0 | 24 | 6 | 8E | 52 | 43 |
| Octal | 150 | 360 | 232 | 71 | 0 | 44 | 6 | 216 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10011010 | 111001 | 0 | 100100 | 110 | 10001110 | 1010010 | 1000011 |
Color Harmonies of #68F09A
Complementary color
Monochromatic Colors of #68F09A
Black with #68F09A
Text Example
Text Example
White with #68F09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F09A; }
p { color: rgb(104,240,154); }
H1.HeaderClassName
{
color: #68F09A;
}
.AnyTagClassName
{
color: #68F09A;
}
</style>
background-color css
<style>
a { background-color: #68F09A; }
a { background-color: rgb(104,240,154); }
div.DivClassName
{
background-color: #68F09A;
}
.BgClassName
{
background-color: #68F09A;
}
</style>
border-color css
<style>
span { border-color: #68F09A; }
span { border-color: rgb(104,240,154); }
td.TdClassName
{
border-color: #68F09A;
}
.TagClassName
{
border-color: #68F09A;
}
</style>