Shades of Medium Aquamarine #67CDA2
Tints of Medium Aquamarine #67CDA2
RGB
CMYK
RGB Variations
Color information
#67CDA2 (or 0x67CDA2) is known color: Medium Aquamarine. HEX triplet: 67, CD and A2. RGB value is (103,205,162). Sum of RGB (Red+Green+Blue) = 103+205+162=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #67CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CDA2 is #98325D. Grayscale: #A9A9A9. Windows color (decimal): -9974366 or 10669415. OLE color: 10669415.
HSL color Cylindrical-coordinate representation of color #67CDA2: hue angle of 154.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CDA2 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 205 | 162 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.20 |
| HSL | 154.71º | 0.5% | 0.6% | - |
| HSV(B) | 154.71º | 0.5% | 0.8% | - |
| XYZ | 33.95 | 49.15 | 41.88 | - |
| YUV | 169.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 162 | 0.50 | 0 | 0.21 | 0.20 | 154.71 | 0.5 | 0.6 |
| Hex | 67 | CD | A2 | 32 | 0 | 15 | 14 | 9B | 32 | 3C |
| Octal | 147 | 315 | 242 | 62 | 0 | 25 | 24 | 233 | 62 | 74 |
| Binary | 1100111 | 11001101 | 10100010 | 110010 | 0 | 10101 | 10100 | 10011011 | 110010 | 111100 |
Color Harmonies of #67CDA2
Complementary color
Monochromatic Colors of #67CDA2
Black with #67CDA2
Text Example
Text Example
White with #67CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDA2; }
p { color: rgb(103,205,162); }
H1.HeaderClassName
{
color: #67CDA2;
}
.AnyTagClassName
{
color: #67CDA2;
}
</style>
background-color css
<style>
a { background-color: #67CDA2; }
a { background-color: rgb(103,205,162); }
div.DivClassName
{
background-color: #67CDA2;
}
.BgClassName
{
background-color: #67CDA2;
}
</style>
border-color css
<style>
span { border-color: #67CDA2; }
span { border-color: rgb(103,205,162); }
td.TdClassName
{
border-color: #67CDA2;
}
.TagClassName
{
border-color: #67CDA2;
}
</style>