Shades of Medium Aquamarine #67CDAB
Tints of Medium Aquamarine #67CDAB
RGB
CMYK
RGB Variations
Color information
#67CDAB (or 0x67CDAB) is known color: Medium Aquamarine. HEX triplet: 67, CD and AB. RGB value is (103,205,171). Sum of RGB (Red+Green+Blue) = 103+205+171=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #67CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CDAB is #983254. Grayscale: #AAAAAA. Windows color (decimal): -9974357 or 11259239. OLE color: 11259239.
HSL color Cylindrical-coordinate representation of color #67CDAB: hue angle of 160º 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 #67CDAB is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 205 | 171 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.20 |
| HSL | 160º | 0.5% | 0.6% | - |
| HSV(B) | 160º | 0.5% | 0.8% | - |
| XYZ | 34.78 | 49.49 | 46.25 | - |
| YUV | 170.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 171 | 0.50 | 0 | 0.17 | 0.20 | 160 | 0.5 | 0.6 |
| Hex | 67 | CD | AB | 32 | 0 | 11 | 14 | A0 | 32 | 3C |
| Octal | 147 | 315 | 253 | 62 | 0 | 21 | 24 | 240 | 62 | 74 |
| Binary | 1100111 | 11001101 | 10101011 | 110010 | 0 | 10001 | 10100 | 10100000 | 110010 | 111100 |
Color Harmonies of #67CDAB
Complementary color
Monochromatic Colors of #67CDAB
Black with #67CDAB
Text Example
Text Example
White with #67CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDAB; }
p { color: rgb(103,205,171); }
H1.HeaderClassName
{
color: #67CDAB;
}
.AnyTagClassName
{
color: #67CDAB;
}
</style>
background-color css
<style>
a { background-color: #67CDAB; }
a { background-color: rgb(103,205,171); }
div.DivClassName
{
background-color: #67CDAB;
}
.BgClassName
{
background-color: #67CDAB;
}
</style>
border-color css
<style>
span { border-color: #67CDAB; }
span { border-color: rgb(103,205,171); }
td.TdClassName
{
border-color: #67CDAB;
}
.TagClassName
{
border-color: #67CDAB;
}
</style>