Shades of Medium Aquamarine #6DBFA7
Tints of Medium Aquamarine #6DBFA7
RGB
CMYK
RGB Variations
Color information
#6DBFA7 (or 0x6DBFA7) is known color: Medium Aquamarine. HEX triplet: 6D, BF and A7. RGB value is (109,191,167). Sum of RGB (Red+Green+Blue) = 109+191+167=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBFA7 is #924058. Grayscale: #A3A3A3. Windows color (decimal): -9584729 or 10993517. OLE color: 10993517.
HSL color Cylindrical-coordinate representation of color #6DBFA7: hue angle of 162.44º 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 #6DBFA7 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 167 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.25 |
| HSL | 162.44º | 0.39% | 0.59% | - |
| HSV(B) | 162.44º | 0.43% | 0.75% | - |
| XYZ | 31.91 | 43.3 | 43.24 | - |
| YUV | 163.75 | 129.83 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 167 | 0.43 | 0 | 0.13 | 0.25 | 162.44 | 0.39 | 0.59 |
| Hex | 6D | BF | A7 | 2B | 0 | D | 19 | A2 | 27 | 3B |
| Octal | 155 | 277 | 247 | 53 | 0 | 15 | 31 | 242 | 47 | 73 |
| Binary | 1101101 | 10111111 | 10100111 | 101011 | 0 | 1101 | 11001 | 10100010 | 100111 | 111011 |
Color Harmonies of #6DBFA7
Complementary color
Monochromatic Colors of #6DBFA7
Black with #6DBFA7
Text Example
Text Example
White with #6DBFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFA7; }
p { color: rgb(109,191,167); }
H1.HeaderClassName
{
color: #6DBFA7;
}
.AnyTagClassName
{
color: #6DBFA7;
}
</style>
background-color css
<style>
a { background-color: #6DBFA7; }
a { background-color: rgb(109,191,167); }
div.DivClassName
{
background-color: #6DBFA7;
}
.BgClassName
{
background-color: #6DBFA7;
}
</style>
border-color css
<style>
span { border-color: #6DBFA7; }
span { border-color: rgb(109,191,167); }
td.TdClassName
{
border-color: #6DBFA7;
}
.TagClassName
{
border-color: #6DBFA7;
}
</style>