Shades of Medium Aquamarine #67DEA8
Tints of Medium Aquamarine #67DEA8
RGB
CMYK
RGB Variations
Color information
#67DEA8 (or 0x67DEA8) is known color: Medium Aquamarine. HEX triplet: 67, DE and A8. RGB value is (103,222,168). Sum of RGB (Red+Green+Blue) = 103+222+168=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #67DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DEA8 is #982157. Grayscale: #B4B4B4. Windows color (decimal): -9970008 or 11066983. OLE color: 11066983.
HSL color Cylindrical-coordinate representation of color #67DEA8: hue angle of 152.77º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DEA8 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 168 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.13 |
| HSL | 152.77º | 0.64% | 0.64% | - |
| HSV(B) | 152.77º | 0.54% | 0.87% | - |
| XYZ | 38.78 | 57.95 | 46.19 | - |
| YUV | 180.26 | 121.08 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 168 | 0.54 | 0 | 0.24 | 0.13 | 152.77 | 0.64 | 0.64 |
| Hex | 67 | DE | A8 | 36 | 0 | 18 | D | 99 | 40 | 40 |
| Octal | 147 | 336 | 250 | 66 | 0 | 30 | 15 | 231 | 100 | 100 |
| Binary | 1100111 | 11011110 | 10101000 | 110110 | 0 | 11000 | 1101 | 10011001 | 1000000 | 1000000 |
Color Harmonies of #67DEA8
Complementary color
Monochromatic Colors of #67DEA8
Black with #67DEA8
Text Example
Text Example
White with #67DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DEA8; }
p { color: rgb(103,222,168); }
H1.HeaderClassName
{
color: #67DEA8;
}
.AnyTagClassName
{
color: #67DEA8;
}
</style>
background-color css
<style>
a { background-color: #67DEA8; }
a { background-color: rgb(103,222,168); }
div.DivClassName
{
background-color: #67DEA8;
}
.BgClassName
{
background-color: #67DEA8;
}
</style>
border-color css
<style>
span { border-color: #67DEA8; }
span { border-color: rgb(103,222,168); }
td.TdClassName
{
border-color: #67DEA8;
}
.TagClassName
{
border-color: #67DEA8;
}
</style>