Shades of Medium Aquamarine #68CBA4
Tints of Medium Aquamarine #68CBA4
RGB
CMYK
RGB Variations
Color information
#68CBA4 (or 0x68CBA4) is known color: Medium Aquamarine. HEX triplet: 68, CB and A4. RGB value is (104,203,164). Sum of RGB (Red+Green+Blue) = 104+203+164=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBA4 is #97345B. Grayscale: #A9A9A9. Windows color (decimal): -9909340 or 10799976. OLE color: 10799976.
HSL color Cylindrical-coordinate representation of color #68CBA4: hue angle of 156.36º 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 #68CBA4 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 164 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.20 |
| HSL | 156.36º | 0.49% | 0.6% | - |
| HSV(B) | 156.36º | 0.49% | 0.8% | - |
| XYZ | 33.77 | 48.34 | 42.67 | - |
| YUV | 168.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 164 | 0.49 | 0 | 0.19 | 0.20 | 156.36 | 0.49 | 0.6 |
| Hex | 68 | CB | A4 | 31 | 0 | 13 | 14 | 9C | 31 | 3C |
| Octal | 150 | 313 | 244 | 61 | 0 | 23 | 24 | 234 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10100100 | 110001 | 0 | 10011 | 10100 | 10011100 | 110001 | 111100 |
Color Harmonies of #68CBA4
Complementary color
Monochromatic Colors of #68CBA4
Black with #68CBA4
Text Example
Text Example
White with #68CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBA4; }
p { color: rgb(104,203,164); }
H1.HeaderClassName
{
color: #68CBA4;
}
.AnyTagClassName
{
color: #68CBA4;
}
</style>
background-color css
<style>
a { background-color: #68CBA4; }
a { background-color: rgb(104,203,164); }
div.DivClassName
{
background-color: #68CBA4;
}
.BgClassName
{
background-color: #68CBA4;
}
</style>
border-color css
<style>
span { border-color: #68CBA4; }
span { border-color: rgb(104,203,164); }
td.TdClassName
{
border-color: #68CBA4;
}
.TagClassName
{
border-color: #68CBA4;
}
</style>