Shades of Medium Aquamarine #6DBEA4
Tints of Medium Aquamarine #6DBEA4
RGB
CMYK
RGB Variations
Color information
#6DBEA4 (or 0x6DBEA4) is known color: Medium Aquamarine. HEX triplet: 6D, BE and A4. RGB value is (109,190,164). Sum of RGB (Red+Green+Blue) = 109+190+164=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEA4 is #92415B. Grayscale: #A2A2A2. Windows color (decimal): -9584988 or 10796653. OLE color: 10796653.
HSL color Cylindrical-coordinate representation of color #6DBEA4: hue angle of 160.74º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBEA4 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 164 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.25 |
| HSL | 160.74º | 0.38% | 0.59% | - |
| HSV(B) | 160.74º | 0.43% | 0.75% | - |
| XYZ | 31.42 | 42.76 | 41.72 | - |
| YUV | 162.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 164 | 0.43 | 0 | 0.14 | 0.25 | 160.74 | 0.38 | 0.59 |
| Hex | 6D | BE | A4 | 2B | 0 | E | 19 | A1 | 26 | 3B |
| Octal | 155 | 276 | 244 | 53 | 0 | 16 | 31 | 241 | 46 | 73 |
| Binary | 1101101 | 10111110 | 10100100 | 101011 | 0 | 1110 | 11001 | 10100001 | 100110 | 111011 |
Color Harmonies of #6DBEA4
Complementary color
Monochromatic Colors of #6DBEA4
Black with #6DBEA4
Text Example
Text Example
White with #6DBEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEA4; }
p { color: rgb(109,190,164); }
H1.HeaderClassName
{
color: #6DBEA4;
}
.AnyTagClassName
{
color: #6DBEA4;
}
</style>
background-color css
<style>
a { background-color: #6DBEA4; }
a { background-color: rgb(109,190,164); }
div.DivClassName
{
background-color: #6DBEA4;
}
.BgClassName
{
background-color: #6DBEA4;
}
</style>
border-color css
<style>
span { border-color: #6DBEA4; }
span { border-color: rgb(109,190,164); }
td.TdClassName
{
border-color: #6DBEA4;
}
.TagClassName
{
border-color: #6DBEA4;
}
</style>