Shades of Medium Aquamarine #68CFA2
Tints of Medium Aquamarine #68CFA2
RGB
CMYK
RGB Variations
Color information
#68CFA2 (or 0x68CFA2) is known color: Medium Aquamarine. HEX triplet: 68, CF and A2. RGB value is (104,207,162). Sum of RGB (Red+Green+Blue) = 104+207+162=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFA2 is #97305D. Grayscale: #ABABAB. Windows color (decimal): -9908318 or 10669928. OLE color: 10669928.
HSL color Cylindrical-coordinate representation of color #68CFA2: hue angle of 153.79º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFA2 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 162 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.19 |
| HSL | 153.79º | 0.52% | 0.61% | - |
| HSV(B) | 153.79º | 0.5% | 0.81% | - |
| XYZ | 34.54 | 50.18 | 42.05 | - |
| YUV | 171.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 162 | 0.50 | 0 | 0.22 | 0.19 | 153.79 | 0.52 | 0.61 |
| Hex | 68 | CF | A2 | 32 | 0 | 16 | 13 | 9A | 34 | 3D |
| Octal | 150 | 317 | 242 | 62 | 0 | 26 | 23 | 232 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10100010 | 110010 | 0 | 10110 | 10011 | 10011010 | 110100 | 111101 |
Color Harmonies of #68CFA2
Complementary color
Monochromatic Colors of #68CFA2
Black with #68CFA2
Text Example
Text Example
White with #68CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFA2; }
p { color: rgb(104,207,162); }
H1.HeaderClassName
{
color: #68CFA2;
}
.AnyTagClassName
{
color: #68CFA2;
}
</style>
background-color css
<style>
a { background-color: #68CFA2; }
a { background-color: rgb(104,207,162); }
div.DivClassName
{
background-color: #68CFA2;
}
.BgClassName
{
background-color: #68CFA2;
}
</style>
border-color css
<style>
span { border-color: #68CFA2; }
span { border-color: rgb(104,207,162); }
td.TdClassName
{
border-color: #68CFA2;
}
.TagClassName
{
border-color: #68CFA2;
}
</style>