Shades of Medium Aquamarine #67C8AF
Tints of Medium Aquamarine #67C8AF
RGB
CMYK
RGB Variations
Color information
#67C8AF (or 0x67C8AF) is known color: Medium Aquamarine. HEX triplet: 67, C8 and AF. RGB value is (103,200,175). Sum of RGB (Red+Green+Blue) = 103+200+175=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #67C8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C8AF is #983750. Grayscale: #A8A8A8. Windows color (decimal): -9975633 or 11520103. OLE color: 11520103.
HSL color Cylindrical-coordinate representation of color #67C8AF: hue angle of 164.54º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67C8AF is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 200 | 175 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.22 |
| HSL | 164.54º | 0.47% | 0.59% | - |
| HSV(B) | 164.54º | 0.49% | 0.78% | - |
| XYZ | 33.99 | 47.29 | 47.89 | - |
| YUV | 168.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 200 | 175 | 0.48 | 0 | 0.12 | 0.22 | 164.54 | 0.47 | 0.59 |
| Hex | 67 | C8 | AF | 30 | 0 | C | 16 | A5 | 2F | 3B |
| Octal | 147 | 310 | 257 | 60 | 0 | 14 | 26 | 245 | 57 | 73 |
| Binary | 1100111 | 11001000 | 10101111 | 110000 | 0 | 1100 | 10110 | 10100101 | 101111 | 111011 |
Color Harmonies of #67C8AF
Complementary color
Monochromatic Colors of #67C8AF
Black with #67C8AF
Text Example
Text Example
White with #67C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C8AF; }
p { color: rgb(103,200,175); }
H1.HeaderClassName
{
color: #67C8AF;
}
.AnyTagClassName
{
color: #67C8AF;
}
</style>
background-color css
<style>
a { background-color: #67C8AF; }
a { background-color: rgb(103,200,175); }
div.DivClassName
{
background-color: #67C8AF;
}
.BgClassName
{
background-color: #67C8AF;
}
</style>
border-color css
<style>
span { border-color: #67C8AF; }
span { border-color: rgb(103,200,175); }
td.TdClassName
{
border-color: #67C8AF;
}
.TagClassName
{
border-color: #67C8AF;
}
</style>