Shades of Medium Aquamarine #67D7B5
Tints of Medium Aquamarine #67D7B5
RGB
CMYK
RGB Variations
Color information
#67D7B5 (or 0x67D7B5) is known color: Medium Aquamarine. HEX triplet: 67, D7 and B5. RGB value is (103,215,181). Sum of RGB (Red+Green+Blue) = 103+215+181=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #67D7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D7B5 is #98284A. Grayscale: #B1B1B1. Windows color (decimal): -9971787 or 11917159. OLE color: 11917159.
HSL color Cylindrical-coordinate representation of color #67D7B5: hue angle of 161.79º 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 #67D7B5 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 215 | 181 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.16 |
| HSL | 161.79º | 0.58% | 0.62% | - |
| HSV(B) | 161.79º | 0.52% | 0.84% | - |
| XYZ | 38.23 | 54.82 | 52.28 | - |
| YUV | 177.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 215 | 181 | 0.52 | 0 | 0.16 | 0.16 | 161.79 | 0.58 | 0.62 |
| Hex | 67 | D7 | B5 | 34 | 0 | 10 | 10 | A2 | 3A | 3E |
| Octal | 147 | 327 | 265 | 64 | 0 | 20 | 20 | 242 | 72 | 76 |
| Binary | 1100111 | 11010111 | 10110101 | 110100 | 0 | 10000 | 10000 | 10100010 | 111010 | 111110 |
Color Harmonies of #67D7B5
Complementary color
Monochromatic Colors of #67D7B5
Black with #67D7B5
Text Example
Text Example
White with #67D7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D7B5; }
p { color: rgb(103,215,181); }
H1.HeaderClassName
{
color: #67D7B5;
}
.AnyTagClassName
{
color: #67D7B5;
}
</style>
background-color css
<style>
a { background-color: #67D7B5; }
a { background-color: rgb(103,215,181); }
div.DivClassName
{
background-color: #67D7B5;
}
.BgClassName
{
background-color: #67D7B5;
}
</style>
border-color css
<style>
span { border-color: #67D7B5; }
span { border-color: rgb(103,215,181); }
td.TdClassName
{
border-color: #67D7B5;
}
.TagClassName
{
border-color: #67D7B5;
}
</style>