Shades of Medium Aquamarine #67D09D
Tints of Medium Aquamarine #67D09D
RGB
CMYK
RGB Variations
Color information
#67D09D (or 0x67D09D) is known color: Medium Aquamarine. HEX triplet: 67, D0 and 9D. RGB value is (103,208,157). Sum of RGB (Red+Green+Blue) = 103+208+157=468 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.01% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #67D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D09D is #982F62. Grayscale: #AAAAAA. Windows color (decimal): -9973603 or 10342503. OLE color: 10342503.
HSL color Cylindrical-coordinate representation of color #67D09D: hue angle of 150.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67D09D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 157 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.18 |
| HSL | 150.86º | 0.53% | 0.61% | - |
| HSV(B) | 150.86º | 0.5% | 0.82% | - |
| XYZ | 34.24 | 50.43 | 39.83 | - |
| YUV | 170.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 157 | 0.50 | 0 | 0.25 | 0.18 | 150.86 | 0.53 | 0.61 |
| Hex | 67 | D0 | 9D | 32 | 0 | 19 | 12 | 97 | 35 | 3D |
| Octal | 147 | 320 | 235 | 62 | 0 | 31 | 22 | 227 | 65 | 75 |
| Binary | 1100111 | 11010000 | 10011101 | 110010 | 0 | 11001 | 10010 | 10010111 | 110101 | 111101 |
Color Harmonies of #67D09D
Complementary color
Monochromatic Colors of #67D09D
Black with #67D09D
Text Example
Text Example
White with #67D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D09D; }
p { color: rgb(103,208,157); }
H1.HeaderClassName
{
color: #67D09D;
}
.AnyTagClassName
{
color: #67D09D;
}
</style>
background-color css
<style>
a { background-color: #67D09D; }
a { background-color: rgb(103,208,157); }
div.DivClassName
{
background-color: #67D09D;
}
.BgClassName
{
background-color: #67D09D;
}
</style>
border-color css
<style>
span { border-color: #67D09D; }
span { border-color: rgb(103,208,157); }
td.TdClassName
{
border-color: #67D09D;
}
.TagClassName
{
border-color: #67D09D;
}
</style>