Shades of Medium Aquamarine #67DBAC
Tints of Medium Aquamarine #67DBAC
RGB
CMYK
RGB Variations
Color information
#67DBAC (or 0x67DBAC) is known color: Medium Aquamarine. HEX triplet: 67, DB and AC. RGB value is (103,219,172). Sum of RGB (Red+Green+Blue) = 103+219+172=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DBAC is #982453. Grayscale: #B3B3B3. Windows color (decimal): -9970772 or 11328359. OLE color: 11328359.
HSL color Cylindrical-coordinate representation of color #67DBAC: hue angle of 155.69º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DBAC is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 172 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.14 |
| HSL | 155.69º | 0.62% | 0.63% | - |
| HSV(B) | 155.69º | 0.53% | 0.86% | - |
| XYZ | 38.37 | 56.53 | 47.92 | - |
| YUV | 178.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 172 | 0.53 | 0 | 0.21 | 0.14 | 155.69 | 0.62 | 0.63 |
| Hex | 67 | DB | AC | 35 | 0 | 15 | E | 9C | 3E | 3F |
| Octal | 147 | 333 | 254 | 65 | 0 | 25 | 16 | 234 | 76 | 77 |
| Binary | 1100111 | 11011011 | 10101100 | 110101 | 0 | 10101 | 1110 | 10011100 | 111110 | 111111 |
Color Harmonies of #67DBAC
Complementary color
Monochromatic Colors of #67DBAC
Black with #67DBAC
Text Example
Text Example
White with #67DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBAC; }
p { color: rgb(103,219,172); }
H1.HeaderClassName
{
color: #67DBAC;
}
.AnyTagClassName
{
color: #67DBAC;
}
</style>
background-color css
<style>
a { background-color: #67DBAC; }
a { background-color: rgb(103,219,172); }
div.DivClassName
{
background-color: #67DBAC;
}
.BgClassName
{
background-color: #67DBAC;
}
</style>
border-color css
<style>
span { border-color: #67DBAC; }
span { border-color: rgb(103,219,172); }
td.TdClassName
{
border-color: #67DBAC;
}
.TagClassName
{
border-color: #67DBAC;
}
</style>