Shades of Medium Aquamarine #6BEDA8
Tints of Medium Aquamarine #6BEDA8
RGB
CMYK
RGB Variations
Color information
#6BEDA8 (or 0x6BEDA8) is known color: Medium Aquamarine. HEX triplet: 6B, ED and A8. RGB value is (107,237,168). Sum of RGB (Red+Green+Blue) = 107+237+168=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEDA8 is #941257. Grayscale: #BEBEBE. Windows color (decimal): -9704024 or 11070827. OLE color: 11070827.
HSL color Cylindrical-coordinate representation of color #6BEDA8: hue angle of 148.15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDA8 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 168 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.07 |
| HSL | 148.15º | 0.78% | 0.67% | - |
| HSV(B) | 148.15º | 0.55% | 0.93% | - |
| XYZ | 43.42 | 66.52 | 47.6 | - |
| YUV | 190.26 | 115.43 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 168 | 0.55 | 0 | 0.29 | 0.07 | 148.15 | 0.78 | 0.67 |
| Hex | 6B | ED | A8 | 37 | 0 | 1D | 7 | 94 | 4E | 43 |
| Octal | 153 | 355 | 250 | 67 | 0 | 35 | 7 | 224 | 116 | 103 |
| Binary | 1101011 | 11101101 | 10101000 | 110111 | 0 | 11101 | 111 | 10010100 | 1001110 | 1000011 |
Color Harmonies of #6BEDA8
Complementary color
Monochromatic Colors of #6BEDA8
Black with #6BEDA8
Text Example
Text Example
White with #6BEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDA8; }
p { color: rgb(107,237,168); }
H1.HeaderClassName
{
color: #6BEDA8;
}
.AnyTagClassName
{
color: #6BEDA8;
}
</style>
background-color css
<style>
a { background-color: #6BEDA8; }
a { background-color: rgb(107,237,168); }
div.DivClassName
{
background-color: #6BEDA8;
}
.BgClassName
{
background-color: #6BEDA8;
}
</style>
border-color css
<style>
span { border-color: #6BEDA8; }
span { border-color: rgb(107,237,168); }
td.TdClassName
{
border-color: #6BEDA8;
}
.TagClassName
{
border-color: #6BEDA8;
}
</style>