Shades of Medium Aquamarine #67E8A8
Tints of Medium Aquamarine #67E8A8
RGB
CMYK
RGB Variations
Color information
#67E8A8 (or 0x67E8A8) is known color: Medium Aquamarine. HEX triplet: 67, E8 and A8. RGB value is (103,232,168). Sum of RGB (Red+Green+Blue) = 103+232+168=503 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.48% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #67E8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67E8A8 is #981757. Grayscale: #BABABA. Windows color (decimal): -9967448 or 11069543. OLE color: 11069543.
HSL color Cylindrical-coordinate representation of color #67E8A8: hue angle of 150.23º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67E8A8 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 232 | 168 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.09 |
| HSL | 150.23º | 0.74% | 0.66% | - |
| HSV(B) | 150.23º | 0.56% | 0.91% | - |
| XYZ | 41.52 | 63.42 | 47.1 | - |
| YUV | 186.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 232 | 168 | 0.56 | 0 | 0.28 | 0.09 | 150.23 | 0.74 | 0.66 |
| Hex | 67 | E8 | A8 | 38 | 0 | 1C | 9 | 96 | 4A | 42 |
| Octal | 147 | 350 | 250 | 70 | 0 | 34 | 11 | 226 | 112 | 102 |
| Binary | 1100111 | 11101000 | 10101000 | 111000 | 0 | 11100 | 1001 | 10010110 | 1001010 | 1000010 |
Color Harmonies of #67E8A8
Complementary color
Monochromatic Colors of #67E8A8
Black with #67E8A8
Text Example
Text Example
White with #67E8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E8A8; }
p { color: rgb(103,232,168); }
H1.HeaderClassName
{
color: #67E8A8;
}
.AnyTagClassName
{
color: #67E8A8;
}
</style>
background-color css
<style>
a { background-color: #67E8A8; }
a { background-color: rgb(103,232,168); }
div.DivClassName
{
background-color: #67E8A8;
}
.BgClassName
{
background-color: #67E8A8;
}
</style>
border-color css
<style>
span { border-color: #67E8A8; }
span { border-color: rgb(103,232,168); }
td.TdClassName
{
border-color: #67E8A8;
}
.TagClassName
{
border-color: #67E8A8;
}
</style>