Shades of Medium Aquamarine #67DA9A
Tints of Medium Aquamarine #67DA9A
RGB
CMYK
RGB Variations
Color information
#67DA9A (or 0x67DA9A) is known color: Medium Aquamarine. HEX triplet: 67, DA and 9A. RGB value is (103,218,154). Sum of RGB (Red+Green+Blue) = 103+218+154=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #67DA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DA9A is #982565. Grayscale: #B0B0B0. Windows color (decimal): -9971046 or 10148455. OLE color: 10148455.
HSL color Cylindrical-coordinate representation of color #67DA9A: hue angle of 146.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DA9A is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 154 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.15 |
| HSL | 146.61º | 0.61% | 0.63% | - |
| HSV(B) | 146.61º | 0.53% | 0.85% | - |
| XYZ | 36.5 | 55.36 | 39.33 | - |
| YUV | 176.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 154 | 0.53 | 0 | 0.29 | 0.15 | 146.61 | 0.61 | 0.63 |
| Hex | 67 | DA | 9A | 35 | 0 | 1D | F | 93 | 3D | 3F |
| Octal | 147 | 332 | 232 | 65 | 0 | 35 | 17 | 223 | 75 | 77 |
| Binary | 1100111 | 11011010 | 10011010 | 110101 | 0 | 11101 | 1111 | 10010011 | 111101 | 111111 |
Color Harmonies of #67DA9A
Complementary color
Monochromatic Colors of #67DA9A
Black with #67DA9A
Text Example
Text Example
White with #67DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DA9A; }
p { color: rgb(103,218,154); }
H1.HeaderClassName
{
color: #67DA9A;
}
.AnyTagClassName
{
color: #67DA9A;
}
</style>
background-color css
<style>
a { background-color: #67DA9A; }
a { background-color: rgb(103,218,154); }
div.DivClassName
{
background-color: #67DA9A;
}
.BgClassName
{
background-color: #67DA9A;
}
</style>
border-color css
<style>
span { border-color: #67DA9A; }
span { border-color: rgb(103,218,154); }
td.TdClassName
{
border-color: #67DA9A;
}
.TagClassName
{
border-color: #67DA9A;
}
</style>