Shades of Medium Aquamarine #67EAA1
Tints of Medium Aquamarine #67EAA1
RGB
CMYK
RGB Variations
Color information
#67EAA1 (or 0x67EAA1) is known color: Medium Aquamarine. HEX triplet: 67, EA and A1. RGB value is (103,234,161). Sum of RGB (Red+Green+Blue) = 103+234+161=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #67EAA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67EAA1 is #98155E. Grayscale: #BABABA. Windows color (decimal): -9966943 or 10611303. OLE color: 10611303.
HSL color Cylindrical-coordinate representation of color #67EAA1: hue angle of 146.56º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EAA1 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 234 | 161 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.08 |
| HSL | 146.56º | 0.76% | 0.66% | - |
| HSV(B) | 146.56º | 0.56% | 0.92% | - |
| XYZ | 41.45 | 64.3 | 43.95 | - |
| YUV | 186.51 | 113.6 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 234 | 161 | 0.56 | 0 | 0.31 | 0.08 | 146.56 | 0.76 | 0.66 |
| Hex | 67 | EA | A1 | 38 | 0 | 1F | 8 | 93 | 4C | 42 |
| Octal | 147 | 352 | 241 | 70 | 0 | 37 | 10 | 223 | 114 | 102 |
| Binary | 1100111 | 11101010 | 10100001 | 111000 | 0 | 11111 | 1000 | 10010011 | 1001100 | 1000010 |
Color Harmonies of #67EAA1
Complementary color
Monochromatic Colors of #67EAA1
Black with #67EAA1
Text Example
Text Example
White with #67EAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EAA1; }
p { color: rgb(103,234,161); }
H1.HeaderClassName
{
color: #67EAA1;
}
.AnyTagClassName
{
color: #67EAA1;
}
</style>
background-color css
<style>
a { background-color: #67EAA1; }
a { background-color: rgb(103,234,161); }
div.DivClassName
{
background-color: #67EAA1;
}
.BgClassName
{
background-color: #67EAA1;
}
</style>
border-color css
<style>
span { border-color: #67EAA1; }
span { border-color: rgb(103,234,161); }
td.TdClassName
{
border-color: #67EAA1;
}
.TagClassName
{
border-color: #67EAA1;
}
</style>