Shades of Medium Aquamarine #68CBA5
Tints of Medium Aquamarine #68CBA5
RGB
CMYK
RGB Variations
Color information
#68CBA5 (or 0x68CBA5) is known color: Medium Aquamarine. HEX triplet: 68, CB and A5. RGB value is (104,203,165). Sum of RGB (Red+Green+Blue) = 104+203+165=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBA5 is #97345A. Grayscale: #A9A9A9. Windows color (decimal): -9909339 or 10865512. OLE color: 10865512.
HSL color Cylindrical-coordinate representation of color #68CBA5: hue angle of 156.97º 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 #68CBA5 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 165 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.20 |
| HSL | 156.97º | 0.49% | 0.6% | - |
| HSV(B) | 156.97º | 0.49% | 0.8% | - |
| XYZ | 33.86 | 48.37 | 43.15 | - |
| YUV | 169.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 165 | 0.49 | 0 | 0.19 | 0.20 | 156.97 | 0.49 | 0.6 |
| Hex | 68 | CB | A5 | 31 | 0 | 13 | 14 | 9D | 31 | 3C |
| Octal | 150 | 313 | 245 | 61 | 0 | 23 | 24 | 235 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10100101 | 110001 | 0 | 10011 | 10100 | 10011101 | 110001 | 111100 |
Color Harmonies of #68CBA5
Complementary color
Monochromatic Colors of #68CBA5
Black with #68CBA5
Text Example
Text Example
White with #68CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBA5; }
p { color: rgb(104,203,165); }
H1.HeaderClassName
{
color: #68CBA5;
}
.AnyTagClassName
{
color: #68CBA5;
}
</style>
background-color css
<style>
a { background-color: #68CBA5; }
a { background-color: rgb(104,203,165); }
div.DivClassName
{
background-color: #68CBA5;
}
.BgClassName
{
background-color: #68CBA5;
}
</style>
border-color css
<style>
span { border-color: #68CBA5; }
span { border-color: rgb(104,203,165); }
td.TdClassName
{
border-color: #68CBA5;
}
.TagClassName
{
border-color: #68CBA5;
}
</style>