Shades of Medium Aquamarine #67CDAE
Tints of Medium Aquamarine #67CDAE
RGB
CMYK
RGB Variations
Color information
#67CDAE (or 0x67CDAE) is known color: Medium Aquamarine. HEX triplet: 67, CD and AE. RGB value is (103,205,174). Sum of RGB (Red+Green+Blue) = 103+205+174=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #67CDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CDAE is #983251. Grayscale: #AAAAAA. Windows color (decimal): -9974354 or 11455847. OLE color: 11455847.
HSL color Cylindrical-coordinate representation of color #67CDAE: hue angle of 161.76º 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 #67CDAE is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 205 | 174 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.20 |
| HSL | 161.76º | 0.5% | 0.6% | - |
| HSV(B) | 161.76º | 0.5% | 0.8% | - |
| XYZ | 35.06 | 49.6 | 47.77 | - |
| YUV | 170.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 174 | 0.50 | 0 | 0.15 | 0.20 | 161.76 | 0.5 | 0.6 |
| Hex | 67 | CD | AE | 32 | 0 | F | 14 | A2 | 32 | 3C |
| Octal | 147 | 315 | 256 | 62 | 0 | 17 | 24 | 242 | 62 | 74 |
| Binary | 1100111 | 11001101 | 10101110 | 110010 | 0 | 1111 | 10100 | 10100010 | 110010 | 111100 |
Color Harmonies of #67CDAE
Complementary color
Monochromatic Colors of #67CDAE
Black with #67CDAE
Text Example
Text Example
White with #67CDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDAE; }
p { color: rgb(103,205,174); }
H1.HeaderClassName
{
color: #67CDAE;
}
.AnyTagClassName
{
color: #67CDAE;
}
</style>
background-color css
<style>
a { background-color: #67CDAE; }
a { background-color: rgb(103,205,174); }
div.DivClassName
{
background-color: #67CDAE;
}
.BgClassName
{
background-color: #67CDAE;
}
</style>
border-color css
<style>
span { border-color: #67CDAE; }
span { border-color: rgb(103,205,174); }
td.TdClassName
{
border-color: #67CDAE;
}
.TagClassName
{
border-color: #67CDAE;
}
</style>