Shades of Medium Aquamarine #67CDA3
Tints of Medium Aquamarine #67CDA3
RGB
CMYK
RGB Variations
Color information
#67CDA3 (or 0x67CDA3) is known color: Medium Aquamarine. HEX triplet: 67, CD and A3. RGB value is (103,205,163). Sum of RGB (Red+Green+Blue) = 103+205+163=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #67CDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CDA3 is #98325C. Grayscale: #A9A9A9. Windows color (decimal): -9974365 or 10734951. OLE color: 10734951.
HSL color Cylindrical-coordinate representation of color #67CDA3: hue angle of 155.29º 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 #67CDA3 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 205 | 163 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.20 |
| HSL | 155.29º | 0.5% | 0.6% | - |
| HSV(B) | 155.29º | 0.5% | 0.8% | - |
| XYZ | 34.04 | 49.19 | 42.35 | - |
| YUV | 169.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 163 | 0.50 | 0 | 0.20 | 0.20 | 155.29 | 0.5 | 0.6 |
| Hex | 67 | CD | A3 | 32 | 0 | 14 | 14 | 9B | 32 | 3C |
| Octal | 147 | 315 | 243 | 62 | 0 | 24 | 24 | 233 | 62 | 74 |
| Binary | 1100111 | 11001101 | 10100011 | 110010 | 0 | 10100 | 10100 | 10011011 | 110010 | 111100 |
Color Harmonies of #67CDA3
Complementary color
Monochromatic Colors of #67CDA3
Black with #67CDA3
Text Example
Text Example
White with #67CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDA3; }
p { color: rgb(103,205,163); }
H1.HeaderClassName
{
color: #67CDA3;
}
.AnyTagClassName
{
color: #67CDA3;
}
</style>
background-color css
<style>
a { background-color: #67CDA3; }
a { background-color: rgb(103,205,163); }
div.DivClassName
{
background-color: #67CDA3;
}
.BgClassName
{
background-color: #67CDA3;
}
</style>
border-color css
<style>
span { border-color: #67CDA3; }
span { border-color: rgb(103,205,163); }
td.TdClassName
{
border-color: #67CDA3;
}
.TagClassName
{
border-color: #67CDA3;
}
</style>