Shades of Medium Aquamarine #67D5A8
Tints of Medium Aquamarine #67D5A8
RGB
CMYK
RGB Variations
Color information
#67D5A8 (or 0x67D5A8) is known color: Medium Aquamarine. HEX triplet: 67, D5 and A8. RGB value is (103,213,168). Sum of RGB (Red+Green+Blue) = 103+213+168=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #67D5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D5A8 is #982A57. Grayscale: #AFAFAF. Windows color (decimal): -9972312 or 11064679. OLE color: 11064679.
HSL color Cylindrical-coordinate representation of color #67D5A8: hue angle of 155.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D5A8 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 168 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.16 |
| HSL | 155.45º | 0.57% | 0.62% | - |
| HSV(B) | 155.45º | 0.52% | 0.84% | - |
| XYZ | 36.46 | 53.3 | 45.41 | - |
| YUV | 174.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 168 | 0.52 | 0 | 0.21 | 0.16 | 155.45 | 0.57 | 0.62 |
| Hex | 67 | D5 | A8 | 34 | 0 | 15 | 10 | 9B | 39 | 3E |
| Octal | 147 | 325 | 250 | 64 | 0 | 25 | 20 | 233 | 71 | 76 |
| Binary | 1100111 | 11010101 | 10101000 | 110100 | 0 | 10101 | 10000 | 10011011 | 111001 | 111110 |
Color Harmonies of #67D5A8
Complementary color
Monochromatic Colors of #67D5A8
Black with #67D5A8
Text Example
Text Example
White with #67D5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D5A8; }
p { color: rgb(103,213,168); }
H1.HeaderClassName
{
color: #67D5A8;
}
.AnyTagClassName
{
color: #67D5A8;
}
</style>
background-color css
<style>
a { background-color: #67D5A8; }
a { background-color: rgb(103,213,168); }
div.DivClassName
{
background-color: #67D5A8;
}
.BgClassName
{
background-color: #67D5A8;
}
</style>
border-color css
<style>
span { border-color: #67D5A8; }
span { border-color: rgb(103,213,168); }
td.TdClassName
{
border-color: #67D5A8;
}
.TagClassName
{
border-color: #67D5A8;
}
</style>