Shades of Medium Aquamarine #67D69F
Tints of Medium Aquamarine #67D69F
RGB
CMYK
RGB Variations
Color information
#67D69F (or 0x67D69F) is known color: Medium Aquamarine. HEX triplet: 67, D6 and 9F. RGB value is (103,214,159). Sum of RGB (Red+Green+Blue) = 103+214+159=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #67D69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D69F is #982960. Grayscale: #AEAEAE. Windows color (decimal): -9972065 or 10475111. OLE color: 10475111.
HSL color Cylindrical-coordinate representation of color #67D69F: hue angle of 150.27º 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 #67D69F is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 159 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.16 |
| HSL | 150.27º | 0.58% | 0.62% | - |
| HSV(B) | 150.27º | 0.52% | 0.84% | - |
| XYZ | 35.9 | 53.48 | 41.23 | - |
| YUV | 174.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 159 | 0.52 | 0 | 0.26 | 0.16 | 150.27 | 0.58 | 0.62 |
| Hex | 67 | D6 | 9F | 34 | 0 | 1A | 10 | 96 | 3A | 3E |
| Octal | 147 | 326 | 237 | 64 | 0 | 32 | 20 | 226 | 72 | 76 |
| Binary | 1100111 | 11010110 | 10011111 | 110100 | 0 | 11010 | 10000 | 10010110 | 111010 | 111110 |
Color Harmonies of #67D69F
Complementary color
Monochromatic Colors of #67D69F
Black with #67D69F
Text Example
Text Example
White with #67D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D69F; }
p { color: rgb(103,214,159); }
H1.HeaderClassName
{
color: #67D69F;
}
.AnyTagClassName
{
color: #67D69F;
}
</style>
background-color css
<style>
a { background-color: #67D69F; }
a { background-color: rgb(103,214,159); }
div.DivClassName
{
background-color: #67D69F;
}
.BgClassName
{
background-color: #67D69F;
}
</style>
border-color css
<style>
span { border-color: #67D69F; }
span { border-color: rgb(103,214,159); }
td.TdClassName
{
border-color: #67D69F;
}
.TagClassName
{
border-color: #67D69F;
}
</style>