Shades of Medium Aquamarine #67D6AF
Tints of Medium Aquamarine #67D6AF
RGB
CMYK
RGB Variations
Color information
#67D6AF (or 0x67D6AF) is known color: Medium Aquamarine. HEX triplet: 67, D6 and AF. RGB value is (103,214,175). Sum of RGB (Red+Green+Blue) = 103+214+175=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D6AF is #982950. Grayscale: #B0B0B0. Windows color (decimal): -9972049 or 11523687. OLE color: 11523687.
HSL color Cylindrical-coordinate representation of color #67D6AF: hue angle of 158.92º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D6AF is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 175 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.16 |
| HSL | 158.92º | 0.58% | 0.62% | - |
| HSV(B) | 158.92º | 0.52% | 0.84% | - |
| XYZ | 37.38 | 54.07 | 49.02 | - |
| YUV | 176.37 | 127.23 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 175 | 0.52 | 0 | 0.18 | 0.16 | 158.92 | 0.58 | 0.62 |
| Hex | 67 | D6 | AF | 34 | 0 | 12 | 10 | 9F | 3A | 3E |
| Octal | 147 | 326 | 257 | 64 | 0 | 22 | 20 | 237 | 72 | 76 |
| Binary | 1100111 | 11010110 | 10101111 | 110100 | 0 | 10010 | 10000 | 10011111 | 111010 | 111110 |
Color Harmonies of #67D6AF
Complementary color
Monochromatic Colors of #67D6AF
Black with #67D6AF
Text Example
Text Example
White with #67D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6AF; }
p { color: rgb(103,214,175); }
H1.HeaderClassName
{
color: #67D6AF;
}
.AnyTagClassName
{
color: #67D6AF;
}
</style>
background-color css
<style>
a { background-color: #67D6AF; }
a { background-color: rgb(103,214,175); }
div.DivClassName
{
background-color: #67D6AF;
}
.BgClassName
{
background-color: #67D6AF;
}
</style>
border-color css
<style>
span { border-color: #67D6AF; }
span { border-color: rgb(103,214,175); }
td.TdClassName
{
border-color: #67D6AF;
}
.TagClassName
{
border-color: #67D6AF;
}
</style>