Shades of Medium Aquamarine #6DBFA5
Tints of Medium Aquamarine #6DBFA5
RGB
CMYK
RGB Variations
Color information
#6DBFA5 (or 0x6DBFA5) is known color: Medium Aquamarine. HEX triplet: 6D, BF and A5. RGB value is (109,191,165). Sum of RGB (Red+Green+Blue) = 109+191+165=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBFA5 is #92405A. Grayscale: #A3A3A3. Windows color (decimal): -9584731 or 10862445. OLE color: 10862445.
HSL color Cylindrical-coordinate representation of color #6DBFA5: hue angle of 160.98º degrees, saturation: 0.39, 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 #6DBFA5 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 165 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.25 |
| HSL | 160.98º | 0.39% | 0.59% | - |
| HSV(B) | 160.98º | 0.43% | 0.75% | - |
| XYZ | 31.73 | 43.23 | 42.27 | - |
| YUV | 163.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 165 | 0.43 | 0 | 0.14 | 0.25 | 160.98 | 0.39 | 0.59 |
| Hex | 6D | BF | A5 | 2B | 0 | E | 19 | A1 | 27 | 3B |
| Octal | 155 | 277 | 245 | 53 | 0 | 16 | 31 | 241 | 47 | 73 |
| Binary | 1101101 | 10111111 | 10100101 | 101011 | 0 | 1110 | 11001 | 10100001 | 100111 | 111011 |
Color Harmonies of #6DBFA5
Complementary color
Monochromatic Colors of #6DBFA5
Black with #6DBFA5
Text Example
Text Example
White with #6DBFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFA5; }
p { color: rgb(109,191,165); }
H1.HeaderClassName
{
color: #6DBFA5;
}
.AnyTagClassName
{
color: #6DBFA5;
}
</style>
background-color css
<style>
a { background-color: #6DBFA5; }
a { background-color: rgb(109,191,165); }
div.DivClassName
{
background-color: #6DBFA5;
}
.BgClassName
{
background-color: #6DBFA5;
}
</style>
border-color css
<style>
span { border-color: #6DBFA5; }
span { border-color: rgb(109,191,165); }
td.TdClassName
{
border-color: #6DBFA5;
}
.TagClassName
{
border-color: #6DBFA5;
}
</style>