Shades of Medium Aquamarine #67DDAC
Tints of Medium Aquamarine #67DDAC
RGB
CMYK
RGB Variations
Color information
#67DDAC (or 0x67DDAC) is known color: Medium Aquamarine. HEX triplet: 67, DD and AC. RGB value is (103,221,172). Sum of RGB (Red+Green+Blue) = 103+221+172=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DDAC is #982253. Grayscale: #B4B4B4. Windows color (decimal): -9970260 or 11328871. OLE color: 11328871.
HSL color Cylindrical-coordinate representation of color #67DDAC: hue angle of 155.08º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDAC is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 172 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.13 |
| HSL | 155.08º | 0.63% | 0.64% | - |
| HSV(B) | 155.08º | 0.53% | 0.87% | - |
| XYZ | 38.9 | 57.58 | 48.09 | - |
| YUV | 180.13 | 123.41 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 172 | 0.53 | 0 | 0.22 | 0.13 | 155.08 | 0.63 | 0.64 |
| Hex | 67 | DD | AC | 35 | 0 | 16 | D | 9B | 3F | 40 |
| Octal | 147 | 335 | 254 | 65 | 0 | 26 | 15 | 233 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10101100 | 110101 | 0 | 10110 | 1101 | 10011011 | 111111 | 1000000 |
Color Harmonies of #67DDAC
Complementary color
Monochromatic Colors of #67DDAC
Black with #67DDAC
Text Example
Text Example
White with #67DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDAC; }
p { color: rgb(103,221,172); }
H1.HeaderClassName
{
color: #67DDAC;
}
.AnyTagClassName
{
color: #67DDAC;
}
</style>
background-color css
<style>
a { background-color: #67DDAC; }
a { background-color: rgb(103,221,172); }
div.DivClassName
{
background-color: #67DDAC;
}
.BgClassName
{
background-color: #67DDAC;
}
</style>
border-color css
<style>
span { border-color: #67DDAC; }
span { border-color: rgb(103,221,172); }
td.TdClassName
{
border-color: #67DDAC;
}
.TagClassName
{
border-color: #67DDAC;
}
</style>