Shades of Medium Aquamarine #68CBA3
Tints of Medium Aquamarine #68CBA3
RGB
CMYK
RGB Variations
Color information
#68CBA3 (or 0x68CBA3) is known color: Medium Aquamarine. HEX triplet: 68, CB and A3. RGB value is (104,203,163). Sum of RGB (Red+Green+Blue) = 104+203+163=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBA3 is #97345C. Grayscale: #A8A8A8. Windows color (decimal): -9909341 or 10734440. OLE color: 10734440.
HSL color Cylindrical-coordinate representation of color #68CBA3: hue angle of 155.76º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CBA3 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 163 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.20 |
| HSL | 155.76º | 0.49% | 0.6% | - |
| HSV(B) | 155.76º | 0.49% | 0.8% | - |
| XYZ | 33.68 | 48.3 | 42.2 | - |
| YUV | 168.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 163 | 0.49 | 0 | 0.20 | 0.20 | 155.76 | 0.49 | 0.6 |
| Hex | 68 | CB | A3 | 31 | 0 | 14 | 14 | 9C | 31 | 3C |
| Octal | 150 | 313 | 243 | 61 | 0 | 24 | 24 | 234 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10100011 | 110001 | 0 | 10100 | 10100 | 10011100 | 110001 | 111100 |
Color Harmonies of #68CBA3
Complementary color
Monochromatic Colors of #68CBA3
Black with #68CBA3
Text Example
Text Example
White with #68CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBA3; }
p { color: rgb(104,203,163); }
H1.HeaderClassName
{
color: #68CBA3;
}
.AnyTagClassName
{
color: #68CBA3;
}
</style>
background-color css
<style>
a { background-color: #68CBA3; }
a { background-color: rgb(104,203,163); }
div.DivClassName
{
background-color: #68CBA3;
}
.BgClassName
{
background-color: #68CBA3;
}
</style>
border-color css
<style>
span { border-color: #68CBA3; }
span { border-color: rgb(104,203,163); }
td.TdClassName
{
border-color: #68CBA3;
}
.TagClassName
{
border-color: #68CBA3;
}
</style>