Shades of Medium Aquamarine #68CFA3
Tints of Medium Aquamarine #68CFA3
RGB
CMYK
RGB Variations
Color information
#68CFA3 (or 0x68CFA3) is known color: Medium Aquamarine. HEX triplet: 68, CF and A3. RGB value is (104,207,163). Sum of RGB (Red+Green+Blue) = 104+207+163=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFA3 is #97305C. Grayscale: #ABABAB. Windows color (decimal): -9908317 or 10735464. OLE color: 10735464.
HSL color Cylindrical-coordinate representation of color #68CFA3: hue angle of 154.37º 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 #68CFA3 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 163 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.19 |
| HSL | 154.37º | 0.52% | 0.61% | - |
| HSV(B) | 154.37º | 0.5% | 0.81% | - |
| XYZ | 34.63 | 50.21 | 42.52 | - |
| YUV | 171.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 163 | 0.50 | 0 | 0.21 | 0.19 | 154.37 | 0.52 | 0.61 |
| Hex | 68 | CF | A3 | 32 | 0 | 15 | 13 | 9A | 34 | 3D |
| Octal | 150 | 317 | 243 | 62 | 0 | 25 | 23 | 232 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10100011 | 110010 | 0 | 10101 | 10011 | 10011010 | 110100 | 111101 |
Color Harmonies of #68CFA3
Complementary color
Monochromatic Colors of #68CFA3
Black with #68CFA3
Text Example
Text Example
White with #68CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFA3; }
p { color: rgb(104,207,163); }
H1.HeaderClassName
{
color: #68CFA3;
}
.AnyTagClassName
{
color: #68CFA3;
}
</style>
background-color css
<style>
a { background-color: #68CFA3; }
a { background-color: rgb(104,207,163); }
div.DivClassName
{
background-color: #68CFA3;
}
.BgClassName
{
background-color: #68CFA3;
}
</style>
border-color css
<style>
span { border-color: #68CFA3; }
span { border-color: rgb(104,207,163); }
td.TdClassName
{
border-color: #68CFA3;
}
.TagClassName
{
border-color: #68CFA3;
}
</style>