Shades of Medium Aquamarine #67C9AC
Tints of Medium Aquamarine #67C9AC
RGB
CMYK
RGB Variations
Color information
#67C9AC (or 0x67C9AC) is known color: Medium Aquamarine. HEX triplet: 67, C9 and AC. RGB value is (103,201,172). Sum of RGB (Red+Green+Blue) = 103+201+172=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #67C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C9AC is #983653. Grayscale: #A8A8A8. Windows color (decimal): -9975380 or 11323751. OLE color: 11323751.
HSL color Cylindrical-coordinate representation of color #67C9AC: hue angle of 162.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67C9AC is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 201 | 172 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.21 |
| HSL | 162.24º | 0.48% | 0.6% | - |
| HSV(B) | 162.24º | 0.49% | 0.79% | - |
| XYZ | 33.93 | 47.64 | 46.44 | - |
| YUV | 168.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 201 | 172 | 0.49 | 0 | 0.14 | 0.21 | 162.24 | 0.48 | 0.6 |
| Hex | 67 | C9 | AC | 31 | 0 | E | 15 | A2 | 30 | 3C |
| Octal | 147 | 311 | 254 | 61 | 0 | 16 | 25 | 242 | 60 | 74 |
| Binary | 1100111 | 11001001 | 10101100 | 110001 | 0 | 1110 | 10101 | 10100010 | 110000 | 111100 |
Color Harmonies of #67C9AC
Complementary color
Monochromatic Colors of #67C9AC
Black with #67C9AC
Text Example
Text Example
White with #67C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C9AC; }
p { color: rgb(103,201,172); }
H1.HeaderClassName
{
color: #67C9AC;
}
.AnyTagClassName
{
color: #67C9AC;
}
</style>
background-color css
<style>
a { background-color: #67C9AC; }
a { background-color: rgb(103,201,172); }
div.DivClassName
{
background-color: #67C9AC;
}
.BgClassName
{
background-color: #67C9AC;
}
</style>
border-color css
<style>
span { border-color: #67C9AC; }
span { border-color: rgb(103,201,172); }
td.TdClassName
{
border-color: #67C9AC;
}
.TagClassName
{
border-color: #67C9AC;
}
</style>