Shades of Medium Aquamarine #67DFA4
Tints of Medium Aquamarine #67DFA4
RGB
CMYK
RGB Variations
Color information
#67DFA4 (or 0x67DFA4) is known color: Medium Aquamarine. HEX triplet: 67, DF and A4. RGB value is (103,223,164). Sum of RGB (Red+Green+Blue) = 103+223+164=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DFA4 is #98205B. Grayscale: #B4B4B4. Windows color (decimal): -9969756 or 10805095. OLE color: 10805095.
HSL color Cylindrical-coordinate representation of color #67DFA4: hue angle of 150.5º degrees, saturation: 0.65, 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 #67DFA4 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 164 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.13 |
| HSL | 150.5º | 0.65% | 0.64% | - |
| HSV(B) | 150.5º | 0.54% | 0.87% | - |
| XYZ | 38.68 | 58.34 | 44.34 | - |
| YUV | 180.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 164 | 0.54 | 0 | 0.26 | 0.13 | 150.5 | 0.65 | 0.64 |
| Hex | 67 | DF | A4 | 36 | 0 | 1A | D | 96 | 41 | 40 |
| Octal | 147 | 337 | 244 | 66 | 0 | 32 | 15 | 226 | 101 | 100 |
| Binary | 1100111 | 11011111 | 10100100 | 110110 | 0 | 11010 | 1101 | 10010110 | 1000001 | 1000000 |
Color Harmonies of #67DFA4
Complementary color
Monochromatic Colors of #67DFA4
Black with #67DFA4
Text Example
Text Example
White with #67DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DFA4; }
p { color: rgb(103,223,164); }
H1.HeaderClassName
{
color: #67DFA4;
}
.AnyTagClassName
{
color: #67DFA4;
}
</style>
background-color css
<style>
a { background-color: #67DFA4; }
a { background-color: rgb(103,223,164); }
div.DivClassName
{
background-color: #67DFA4;
}
.BgClassName
{
background-color: #67DFA4;
}
</style>
border-color css
<style>
span { border-color: #67DFA4; }
span { border-color: rgb(103,223,164); }
td.TdClassName
{
border-color: #67DFA4;
}
.TagClassName
{
border-color: #67DFA4;
}
</style>