Shades of Medium Aquamarine #6DBEA5
Tints of Medium Aquamarine #6DBEA5
RGB
CMYK
RGB Variations
Color information
#6DBEA5 (or 0x6DBEA5) is known color: Medium Aquamarine. HEX triplet: 6D, BE and A5. RGB value is (109,190,165). Sum of RGB (Red+Green+Blue) = 109+190+165=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEA5 is #92415A. Grayscale: #A2A2A2. Windows color (decimal): -9584987 or 10862189. OLE color: 10862189.
HSL color Cylindrical-coordinate representation of color #6DBEA5: hue angle of 161.48º 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 #6DBEA5 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 165 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.25 |
| HSL | 161.48º | 0.38% | 0.59% | - |
| HSV(B) | 161.48º | 0.43% | 0.75% | - |
| XYZ | 31.51 | 42.79 | 42.2 | - |
| YUV | 162.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 165 | 0.43 | 0 | 0.13 | 0.25 | 161.48 | 0.38 | 0.59 |
| Hex | 6D | BE | A5 | 2B | 0 | D | 19 | A1 | 26 | 3B |
| Octal | 155 | 276 | 245 | 53 | 0 | 15 | 31 | 241 | 46 | 73 |
| Binary | 1101101 | 10111110 | 10100101 | 101011 | 0 | 1101 | 11001 | 10100001 | 100110 | 111011 |
Color Harmonies of #6DBEA5
Complementary color
Monochromatic Colors of #6DBEA5
Black with #6DBEA5
Text Example
Text Example
White with #6DBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEA5; }
p { color: rgb(109,190,165); }
H1.HeaderClassName
{
color: #6DBEA5;
}
.AnyTagClassName
{
color: #6DBEA5;
}
</style>
background-color css
<style>
a { background-color: #6DBEA5; }
a { background-color: rgb(109,190,165); }
div.DivClassName
{
background-color: #6DBEA5;
}
.BgClassName
{
background-color: #6DBEA5;
}
</style>
border-color css
<style>
span { border-color: #6DBEA5; }
span { border-color: rgb(109,190,165); }
td.TdClassName
{
border-color: #6DBEA5;
}
.TagClassName
{
border-color: #6DBEA5;
}
</style>