Shades of Medium Aquamarine #6BDEA8
Tints of Medium Aquamarine #6BDEA8
RGB
CMYK
RGB Variations
Color information
#6BDEA8 (or 0x6BDEA8) is known color: Medium Aquamarine. HEX triplet: 6B, DE and A8. RGB value is (107,222,168). Sum of RGB (Red+Green+Blue) = 107+222+168=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDEA8 is #942157. Grayscale: #B5B5B5. Windows color (decimal): -9707864 or 11066987. OLE color: 11066987.
HSL color Cylindrical-coordinate representation of color #6BDEA8: hue angle of 151.83º 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 #6BDEA8 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 168 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.13 |
| HSL | 151.83º | 0.64% | 0.65% | - |
| HSV(B) | 151.83º | 0.52% | 0.87% | - |
| XYZ | 39.25 | 58.2 | 46.21 | - |
| YUV | 181.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 168 | 0.52 | 0 | 0.24 | 0.13 | 151.83 | 0.64 | 0.65 |
| Hex | 6B | DE | A8 | 34 | 0 | 18 | D | 98 | 40 | 41 |
| Octal | 153 | 336 | 250 | 64 | 0 | 30 | 15 | 230 | 100 | 101 |
| Binary | 1101011 | 11011110 | 10101000 | 110100 | 0 | 11000 | 1101 | 10011000 | 1000000 | 1000001 |
Color Harmonies of #6BDEA8
Complementary color
Monochromatic Colors of #6BDEA8
Black with #6BDEA8
Text Example
Text Example
White with #6BDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEA8; }
p { color: rgb(107,222,168); }
H1.HeaderClassName
{
color: #6BDEA8;
}
.AnyTagClassName
{
color: #6BDEA8;
}
</style>
background-color css
<style>
a { background-color: #6BDEA8; }
a { background-color: rgb(107,222,168); }
div.DivClassName
{
background-color: #6BDEA8;
}
.BgClassName
{
background-color: #6BDEA8;
}
</style>
border-color css
<style>
span { border-color: #6BDEA8; }
span { border-color: rgb(107,222,168); }
td.TdClassName
{
border-color: #6BDEA8;
}
.TagClassName
{
border-color: #6BDEA8;
}
</style>