Shades of Medium Aquamarine #67CFAE
Tints of Medium Aquamarine #67CFAE
RGB
CMYK
RGB Variations
Color information
#67CFAE (or 0x67CFAE) is known color: Medium Aquamarine. HEX triplet: 67, CF and AE. RGB value is (103,207,174). Sum of RGB (Red+Green+Blue) = 103+207+174=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CFAE is #983051. Grayscale: #ACACAC. Windows color (decimal): -9973842 or 11456359. OLE color: 11456359.
HSL color Cylindrical-coordinate representation of color #67CFAE: hue angle of 160.96º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CFAE is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 174 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.19 |
| HSL | 160.96º | 0.52% | 0.61% | - |
| HSV(B) | 160.96º | 0.5% | 0.81% | - |
| XYZ | 35.55 | 50.57 | 47.93 | - |
| YUV | 172.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 174 | 0.50 | 0 | 0.16 | 0.19 | 160.96 | 0.52 | 0.61 |
| Hex | 67 | CF | AE | 32 | 0 | 10 | 13 | A1 | 34 | 3D |
| Octal | 147 | 317 | 256 | 62 | 0 | 20 | 23 | 241 | 64 | 75 |
| Binary | 1100111 | 11001111 | 10101110 | 110010 | 0 | 10000 | 10011 | 10100001 | 110100 | 111101 |
Color Harmonies of #67CFAE
Complementary color
Monochromatic Colors of #67CFAE
Black with #67CFAE
Text Example
Text Example
White with #67CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFAE; }
p { color: rgb(103,207,174); }
H1.HeaderClassName
{
color: #67CFAE;
}
.AnyTagClassName
{
color: #67CFAE;
}
</style>
background-color css
<style>
a { background-color: #67CFAE; }
a { background-color: rgb(103,207,174); }
div.DivClassName
{
background-color: #67CFAE;
}
.BgClassName
{
background-color: #67CFAE;
}
</style>
border-color css
<style>
span { border-color: #67CFAE; }
span { border-color: rgb(103,207,174); }
td.TdClassName
{
border-color: #67CFAE;
}
.TagClassName
{
border-color: #67CFAE;
}
</style>