Shades of Medium Aquamarine #67EC98
Tints of Medium Aquamarine #67EC98
RGB
CMYK
RGB Variations
Color information
#67EC98 (or 0x67EC98) is known color: Medium Aquamarine. HEX triplet: 67, EC and 98. RGB value is (103,236,152). Sum of RGB (Red+Green+Blue) = 103+236+152=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #67EC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67EC98 is #981367. Grayscale: #BABABA. Windows color (decimal): -9966440 or 10021991. OLE color: 10021991.
HSL color Cylindrical-coordinate representation of color #67EC98: hue angle of 142.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EC98 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 152 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.07 |
| HSL | 142.11º | 0.78% | 0.66% | - |
| HSV(B) | 142.11º | 0.56% | 0.93% | - |
| XYZ | 41.26 | 65.14 | 40.1 | - |
| YUV | 186.66 | 108.44 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 152 | 0.56 | 0 | 0.36 | 0.07 | 142.11 | 0.78 | 0.66 |
| Hex | 67 | EC | 98 | 38 | 0 | 24 | 7 | 8E | 4E | 42 |
| Octal | 147 | 354 | 230 | 70 | 0 | 44 | 7 | 216 | 116 | 102 |
| Binary | 1100111 | 11101100 | 10011000 | 111000 | 0 | 100100 | 111 | 10001110 | 1001110 | 1000010 |
Color Harmonies of #67EC98
Complementary color
Monochromatic Colors of #67EC98
Black with #67EC98
Text Example
Text Example
White with #67EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EC98; }
p { color: rgb(103,236,152); }
H1.HeaderClassName
{
color: #67EC98;
}
.AnyTagClassName
{
color: #67EC98;
}
</style>
background-color css
<style>
a { background-color: #67EC98; }
a { background-color: rgb(103,236,152); }
div.DivClassName
{
background-color: #67EC98;
}
.BgClassName
{
background-color: #67EC98;
}
</style>
border-color css
<style>
span { border-color: #67EC98; }
span { border-color: rgb(103,236,152); }
td.TdClassName
{
border-color: #67EC98;
}
.TagClassName
{
border-color: #67EC98;
}
</style>