Shades of Medium Aquamarine #67D0B4
Tints of Medium Aquamarine #67D0B4
RGB
CMYK
RGB Variations
Color information
#67D0B4 (or 0x67D0B4) is known color: Medium Aquamarine. HEX triplet: 67, D0 and B4. RGB value is (103,208,180). Sum of RGB (Red+Green+Blue) = 103+208+180=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #67D0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D0B4 is #982F4B. Grayscale: #ADADAD. Windows color (decimal): -9973580 or 11849831. OLE color: 11849831.
HSL color Cylindrical-coordinate representation of color #67D0B4: hue angle of 164º 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 #67D0B4 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 180 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.18 |
| HSL | 164º | 0.53% | 0.61% | - |
| HSV(B) | 164º | 0.5% | 0.82% | - |
| XYZ | 36.39 | 51.29 | 51.16 | - |
| YUV | 173.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 180 | 0.50 | 0 | 0.13 | 0.18 | 164 | 0.53 | 0.61 |
| Hex | 67 | D0 | B4 | 32 | 0 | D | 12 | A4 | 35 | 3D |
| Octal | 147 | 320 | 264 | 62 | 0 | 15 | 22 | 244 | 65 | 75 |
| Binary | 1100111 | 11010000 | 10110100 | 110010 | 0 | 1101 | 10010 | 10100100 | 110101 | 111101 |
Color Harmonies of #67D0B4
Complementary color
Monochromatic Colors of #67D0B4
Black with #67D0B4
Text Example
Text Example
White with #67D0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D0B4; }
p { color: rgb(103,208,180); }
H1.HeaderClassName
{
color: #67D0B4;
}
.AnyTagClassName
{
color: #67D0B4;
}
</style>
background-color css
<style>
a { background-color: #67D0B4; }
a { background-color: rgb(103,208,180); }
div.DivClassName
{
background-color: #67D0B4;
}
.BgClassName
{
background-color: #67D0B4;
}
</style>
border-color css
<style>
span { border-color: #67D0B4; }
span { border-color: rgb(103,208,180); }
td.TdClassName
{
border-color: #67D0B4;
}
.TagClassName
{
border-color: #67D0B4;
}
</style>