Shades of Medium Aquamarine #67DDA8
Tints of Medium Aquamarine #67DDA8
RGB
CMYK
RGB Variations
Color information
#67DDA8 (or 0x67DDA8) is known color: Medium Aquamarine. HEX triplet: 67, DD and A8. RGB value is (103,221,168). Sum of RGB (Red+Green+Blue) = 103+221+168=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DDA8 is #982257. Grayscale: #B3B3B3. Windows color (decimal): -9970264 or 11066727. OLE color: 11066727.
HSL color Cylindrical-coordinate representation of color #67DDA8: hue angle of 153.05º 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 #67DDA8 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 168 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.13 |
| HSL | 153.05º | 0.63% | 0.64% | - |
| HSV(B) | 153.05º | 0.53% | 0.87% | - |
| XYZ | 38.52 | 57.42 | 46.1 | - |
| YUV | 179.68 | 121.41 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 168 | 0.53 | 0 | 0.24 | 0.13 | 153.05 | 0.63 | 0.64 |
| Hex | 67 | DD | A8 | 35 | 0 | 18 | D | 99 | 3F | 40 |
| Octal | 147 | 335 | 250 | 65 | 0 | 30 | 15 | 231 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10101000 | 110101 | 0 | 11000 | 1101 | 10011001 | 111111 | 1000000 |
Color Harmonies of #67DDA8
Complementary color
Monochromatic Colors of #67DDA8
Black with #67DDA8
Text Example
Text Example
White with #67DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDA8; }
p { color: rgb(103,221,168); }
H1.HeaderClassName
{
color: #67DDA8;
}
.AnyTagClassName
{
color: #67DDA8;
}
</style>
background-color css
<style>
a { background-color: #67DDA8; }
a { background-color: rgb(103,221,168); }
div.DivClassName
{
background-color: #67DDA8;
}
.BgClassName
{
background-color: #67DDA8;
}
</style>
border-color css
<style>
span { border-color: #67DDA8; }
span { border-color: rgb(103,221,168); }
td.TdClassName
{
border-color: #67DDA8;
}
.TagClassName
{
border-color: #67DDA8;
}
</style>