Shades of Medium Aquamarine #67CFAC
Tints of Medium Aquamarine #67CFAC
RGB
CMYK
RGB Variations
Color information
#67CFAC (or 0x67CFAC) is known color: Medium Aquamarine. HEX triplet: 67, CF and AC. RGB value is (103,207,172). Sum of RGB (Red+Green+Blue) = 103+207+172=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CFAC is #983053. Grayscale: #ABABAB. Windows color (decimal): -9973844 or 11325287. OLE color: 11325287.
HSL color Cylindrical-coordinate representation of color #67CFAC: hue angle of 159.81º 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 #67CFAC is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 172 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.19 |
| HSL | 159.81º | 0.52% | 0.61% | - |
| HSV(B) | 159.81º | 0.5% | 0.81% | - |
| XYZ | 35.35 | 50.49 | 46.91 | - |
| YUV | 171.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 172 | 0.50 | 0 | 0.17 | 0.19 | 159.81 | 0.52 | 0.61 |
| Hex | 67 | CF | AC | 32 | 0 | 11 | 13 | A0 | 34 | 3D |
| Octal | 147 | 317 | 254 | 62 | 0 | 21 | 23 | 240 | 64 | 75 |
| Binary | 1100111 | 11001111 | 10101100 | 110010 | 0 | 10001 | 10011 | 10100000 | 110100 | 111101 |
Color Harmonies of #67CFAC
Complementary color
Monochromatic Colors of #67CFAC
Black with #67CFAC
Text Example
Text Example
White with #67CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFAC; }
p { color: rgb(103,207,172); }
H1.HeaderClassName
{
color: #67CFAC;
}
.AnyTagClassName
{
color: #67CFAC;
}
</style>
background-color css
<style>
a { background-color: #67CFAC; }
a { background-color: rgb(103,207,172); }
div.DivClassName
{
background-color: #67CFAC;
}
.BgClassName
{
background-color: #67CFAC;
}
</style>
border-color css
<style>
span { border-color: #67CFAC; }
span { border-color: rgb(103,207,172); }
td.TdClassName
{
border-color: #67CFAC;
}
.TagClassName
{
border-color: #67CFAC;
}
</style>