Shades of Medium Aquamarine #67C5AF
Tints of Medium Aquamarine #67C5AF
RGB
CMYK
RGB Variations
Color information
#67C5AF (or 0x67C5AF) is known color: Medium Aquamarine. HEX triplet: 67, C5 and AF. RGB value is (103,197,175). Sum of RGB (Red+Green+Blue) = 103+197+175=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #67C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C5AF is #983A50. Grayscale: #A6A6A6. Windows color (decimal): -9976401 or 11519335. OLE color: 11519335.
HSL color Cylindrical-coordinate representation of color #67C5AF: hue angle of 165.96º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67C5AF is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 197 | 175 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.23 |
| HSL | 165.96º | 0.45% | 0.59% | - |
| HSV(B) | 165.96º | 0.48% | 0.77% | - |
| XYZ | 33.3 | 45.91 | 47.66 | - |
| YUV | 166.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 197 | 175 | 0.48 | 0 | 0.11 | 0.23 | 165.96 | 0.45 | 0.59 |
| Hex | 67 | C5 | AF | 30 | 0 | B | 17 | A6 | 2D | 3B |
| Octal | 147 | 305 | 257 | 60 | 0 | 13 | 27 | 246 | 55 | 73 |
| Binary | 1100111 | 11000101 | 10101111 | 110000 | 0 | 1011 | 10111 | 10100110 | 101101 | 111011 |
Color Harmonies of #67C5AF
Complementary color
Monochromatic Colors of #67C5AF
Black with #67C5AF
Text Example
Text Example
White with #67C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C5AF; }
p { color: rgb(103,197,175); }
H1.HeaderClassName
{
color: #67C5AF;
}
.AnyTagClassName
{
color: #67C5AF;
}
</style>
background-color css
<style>
a { background-color: #67C5AF; }
a { background-color: rgb(103,197,175); }
div.DivClassName
{
background-color: #67C5AF;
}
.BgClassName
{
background-color: #67C5AF;
}
</style>
border-color css
<style>
span { border-color: #67C5AF; }
span { border-color: rgb(103,197,175); }
td.TdClassName
{
border-color: #67C5AF;
}
.TagClassName
{
border-color: #67C5AF;
}
</style>