Shades of Medium Aquamarine #67DDAB
Tints of Medium Aquamarine #67DDAB
RGB
CMYK
RGB Variations
Color information
#67DDAB (or 0x67DDAB) is known color: Medium Aquamarine. HEX triplet: 67, DD and AB. RGB value is (103,221,171). Sum of RGB (Red+Green+Blue) = 103+221+171=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DDAB is #982254. Grayscale: #B4B4B4. Windows color (decimal): -9970261 or 11263335. OLE color: 11263335.
HSL color Cylindrical-coordinate representation of color #67DDAB: hue angle of 154.58º 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 #67DDAB is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 171 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.13 |
| HSL | 154.58º | 0.63% | 0.64% | - |
| HSV(B) | 154.58º | 0.53% | 0.87% | - |
| XYZ | 38.8 | 57.54 | 47.59 | - |
| YUV | 180.02 | 122.91 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 171 | 0.53 | 0 | 0.23 | 0.13 | 154.58 | 0.63 | 0.64 |
| Hex | 67 | DD | AB | 35 | 0 | 17 | D | 9B | 3F | 40 |
| Octal | 147 | 335 | 253 | 65 | 0 | 27 | 15 | 233 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10101011 | 110101 | 0 | 10111 | 1101 | 10011011 | 111111 | 1000000 |
Color Harmonies of #67DDAB
Complementary color
Monochromatic Colors of #67DDAB
Black with #67DDAB
Text Example
Text Example
White with #67DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDAB; }
p { color: rgb(103,221,171); }
H1.HeaderClassName
{
color: #67DDAB;
}
.AnyTagClassName
{
color: #67DDAB;
}
</style>
background-color css
<style>
a { background-color: #67DDAB; }
a { background-color: rgb(103,221,171); }
div.DivClassName
{
background-color: #67DDAB;
}
.BgClassName
{
background-color: #67DDAB;
}
</style>
border-color css
<style>
span { border-color: #67DDAB; }
span { border-color: rgb(103,221,171); }
td.TdClassName
{
border-color: #67DDAB;
}
.TagClassName
{
border-color: #67DDAB;
}
</style>