Shades of Medium Aquamarine #67C3AF
Tints of Medium Aquamarine #67C3AF
RGB
CMYK
RGB Variations
Color information
#67C3AF (or 0x67C3AF) is known color: Medium Aquamarine. HEX triplet: 67, C3 and AF. RGB value is (103,195,175). Sum of RGB (Red+Green+Blue) = 103+195+175=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #67C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C3AF is #983C50. Grayscale: #A5A5A5. Windows color (decimal): -9976913 or 11518823. OLE color: 11518823.
HSL color Cylindrical-coordinate representation of color #67C3AF: hue angle of 166.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C3AF is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 195 | 175 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.24 |
| HSL | 166.96º | 0.43% | 0.58% | - |
| HSV(B) | 166.96º | 0.47% | 0.76% | - |
| XYZ | 32.85 | 45.01 | 47.51 | - |
| YUV | 165.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 175 | 0.47 | 0 | 0.10 | 0.24 | 166.96 | 0.43 | 0.58 |
| Hex | 67 | C3 | AF | 2F | 0 | A | 18 | A7 | 2B | 3A |
| Octal | 147 | 303 | 257 | 57 | 0 | 12 | 30 | 247 | 53 | 72 |
| Binary | 1100111 | 11000011 | 10101111 | 101111 | 0 | 1010 | 11000 | 10100111 | 101011 | 111010 |
Color Harmonies of #67C3AF
Complementary color
Monochromatic Colors of #67C3AF
Black with #67C3AF
Text Example
Text Example
White with #67C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C3AF; }
p { color: rgb(103,195,175); }
H1.HeaderClassName
{
color: #67C3AF;
}
.AnyTagClassName
{
color: #67C3AF;
}
</style>
background-color css
<style>
a { background-color: #67C3AF; }
a { background-color: rgb(103,195,175); }
div.DivClassName
{
background-color: #67C3AF;
}
.BgClassName
{
background-color: #67C3AF;
}
</style>
border-color css
<style>
span { border-color: #67C3AF; }
span { border-color: rgb(103,195,175); }
td.TdClassName
{
border-color: #67C3AF;
}
.TagClassName
{
border-color: #67C3AF;
}
</style>