Shades of Medium Aquamarine #6BDEA7
Tints of Medium Aquamarine #6BDEA7
RGB
CMYK
RGB Variations
Color information
#6BDEA7 (or 0x6BDEA7) is known color: Medium Aquamarine. HEX triplet: 6B, DE and A7. RGB value is (107,222,167). Sum of RGB (Red+Green+Blue) = 107+222+167=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDEA7 is #942158. Grayscale: #B5B5B5. Windows color (decimal): -9707865 or 11001451. OLE color: 11001451.
HSL color Cylindrical-coordinate representation of color #6BDEA7: hue angle of 151.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEA7 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 167 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.13 |
| HSL | 151.3º | 0.64% | 0.65% | - |
| HSV(B) | 151.3º | 0.52% | 0.87% | - |
| XYZ | 39.16 | 58.16 | 45.72 | - |
| YUV | 181.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 167 | 0.52 | 0 | 0.25 | 0.13 | 151.3 | 0.64 | 0.65 |
| Hex | 6B | DE | A7 | 34 | 0 | 19 | D | 97 | 40 | 41 |
| Octal | 153 | 336 | 247 | 64 | 0 | 31 | 15 | 227 | 100 | 101 |
| Binary | 1101011 | 11011110 | 10100111 | 110100 | 0 | 11001 | 1101 | 10010111 | 1000000 | 1000001 |
Color Harmonies of #6BDEA7
Complementary color
Monochromatic Colors of #6BDEA7
Black with #6BDEA7
Text Example
Text Example
White with #6BDEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEA7; }
p { color: rgb(107,222,167); }
H1.HeaderClassName
{
color: #6BDEA7;
}
.AnyTagClassName
{
color: #6BDEA7;
}
</style>
background-color css
<style>
a { background-color: #6BDEA7; }
a { background-color: rgb(107,222,167); }
div.DivClassName
{
background-color: #6BDEA7;
}
.BgClassName
{
background-color: #6BDEA7;
}
</style>
border-color css
<style>
span { border-color: #6BDEA7; }
span { border-color: rgb(107,222,167); }
td.TdClassName
{
border-color: #6BDEA7;
}
.TagClassName
{
border-color: #6BDEA7;
}
</style>