Shades of Medium Aquamarine #67DEAC
Tints of Medium Aquamarine #67DEAC
RGB
CMYK
RGB Variations
Color information
#67DEAC (or 0x67DEAC) is known color: Medium Aquamarine. HEX triplet: 67, DE and AC. RGB value is (103,222,172). Sum of RGB (Red+Green+Blue) = 103+222+172=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #67DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DEAC is #982153. Grayscale: #B4B4B4. Windows color (decimal): -9970004 or 11329127. OLE color: 11329127.
HSL color Cylindrical-coordinate representation of color #67DEAC: hue angle of 154.79º 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 #67DEAC is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 172 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.13 |
| HSL | 154.79º | 0.64% | 0.64% | - |
| HSV(B) | 154.79º | 0.54% | 0.87% | - |
| XYZ | 39.16 | 58.1 | 48.18 | - |
| YUV | 180.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 172 | 0.54 | 0 | 0.23 | 0.13 | 154.79 | 0.64 | 0.64 |
| Hex | 67 | DE | AC | 36 | 0 | 17 | D | 9B | 40 | 40 |
| Octal | 147 | 336 | 254 | 66 | 0 | 27 | 15 | 233 | 100 | 100 |
| Binary | 1100111 | 11011110 | 10101100 | 110110 | 0 | 10111 | 1101 | 10011011 | 1000000 | 1000000 |
Color Harmonies of #67DEAC
Complementary color
Monochromatic Colors of #67DEAC
Black with #67DEAC
Text Example
Text Example
White with #67DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DEAC; }
p { color: rgb(103,222,172); }
H1.HeaderClassName
{
color: #67DEAC;
}
.AnyTagClassName
{
color: #67DEAC;
}
</style>
background-color css
<style>
a { background-color: #67DEAC; }
a { background-color: rgb(103,222,172); }
div.DivClassName
{
background-color: #67DEAC;
}
.BgClassName
{
background-color: #67DEAC;
}
</style>
border-color css
<style>
span { border-color: #67DEAC; }
span { border-color: rgb(103,222,172); }
td.TdClassName
{
border-color: #67DEAC;
}
.TagClassName
{
border-color: #67DEAC;
}
</style>