Shades of Medium Aquamarine #67DDB3
Tints of Medium Aquamarine #67DDB3
RGB
CMYK
RGB Variations
Color information
#67DDB3 (or 0x67DDB3) is known color: Medium Aquamarine. HEX triplet: 67, DD and B3. RGB value is (103,221,179). Sum of RGB (Red+Green+Blue) = 103+221+179=503 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.48% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDB3 is #98224C. Grayscale: #B4B4B4. Windows color (decimal): -9970253 or 11787623. OLE color: 11787623.
HSL color Cylindrical-coordinate representation of color #67DDB3: hue angle of 158.64º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDB3 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 179 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.13 |
| HSL | 158.64º | 0.63% | 0.64% | - |
| HSV(B) | 158.64º | 0.53% | 0.87% | - |
| XYZ | 39.59 | 57.85 | 51.73 | - |
| YUV | 180.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 179 | 0.53 | 0 | 0.19 | 0.13 | 158.64 | 0.63 | 0.64 |
| Hex | 67 | DD | B3 | 35 | 0 | 13 | D | 9F | 3F | 40 |
| Octal | 147 | 335 | 263 | 65 | 0 | 23 | 15 | 237 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10110011 | 110101 | 0 | 10011 | 1101 | 10011111 | 111111 | 1000000 |
Color Harmonies of #67DDB3
Complementary color
Monochromatic Colors of #67DDB3
Black with #67DDB3
Text Example
Text Example
White with #67DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDB3; }
p { color: rgb(103,221,179); }
H1.HeaderClassName
{
color: #67DDB3;
}
.AnyTagClassName
{
color: #67DDB3;
}
</style>
background-color css
<style>
a { background-color: #67DDB3; }
a { background-color: rgb(103,221,179); }
div.DivClassName
{
background-color: #67DDB3;
}
.BgClassName
{
background-color: #67DDB3;
}
</style>
border-color css
<style>
span { border-color: #67DDB3; }
span { border-color: rgb(103,221,179); }
td.TdClassName
{
border-color: #67DDB3;
}
.TagClassName
{
border-color: #67DDB3;
}
</style>