Shades of Medium Aquamarine #67DFB5
Tints of Medium Aquamarine #67DFB5
RGB
CMYK
RGB Variations
Color information
#67DFB5 (or 0x67DFB5) is known color: Medium Aquamarine. HEX triplet: 67, DF and B5. RGB value is (103,223,181). Sum of RGB (Red+Green+Blue) = 103+223+181=507 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.32% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DFB5 is #98204A. Grayscale: #B6B6B6. Windows color (decimal): -9969739 or 11919207. OLE color: 11919207.
HSL color Cylindrical-coordinate representation of color #67DFB5: hue angle of 159º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DFB5 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 181 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.13 |
| HSL | 159º | 0.65% | 0.64% | - |
| HSV(B) | 159º | 0.54% | 0.87% | - |
| XYZ | 40.32 | 59 | 52.98 | - |
| YUV | 182.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 181 | 0.54 | 0 | 0.19 | 0.13 | 159 | 0.65 | 0.64 |
| Hex | 67 | DF | B5 | 36 | 0 | 13 | D | 9F | 41 | 40 |
| Octal | 147 | 337 | 265 | 66 | 0 | 23 | 15 | 237 | 101 | 100 |
| Binary | 1100111 | 11011111 | 10110101 | 110110 | 0 | 10011 | 1101 | 10011111 | 1000001 | 1000000 |
Color Harmonies of #67DFB5
Complementary color
Monochromatic Colors of #67DFB5
Black with #67DFB5
Text Example
Text Example
White with #67DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DFB5; }
p { color: rgb(103,223,181); }
H1.HeaderClassName
{
color: #67DFB5;
}
.AnyTagClassName
{
color: #67DFB5;
}
</style>
background-color css
<style>
a { background-color: #67DFB5; }
a { background-color: rgb(103,223,181); }
div.DivClassName
{
background-color: #67DFB5;
}
.BgClassName
{
background-color: #67DFB5;
}
</style>
border-color css
<style>
span { border-color: #67DFB5; }
span { border-color: rgb(103,223,181); }
td.TdClassName
{
border-color: #67DFB5;
}
.TagClassName
{
border-color: #67DFB5;
}
</style>