Shades of Medium Aquamarine #6BEDAD
Tints of Medium Aquamarine #6BEDAD
RGB
CMYK
RGB Variations
Color information
#6BEDAD (or 0x6BEDAD) is known color: Medium Aquamarine. HEX triplet: 6B, ED and AD. RGB value is (107,237,173). Sum of RGB (Red+Green+Blue) = 107+237+173=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEDAD is #941252. Grayscale: #BEBEBE. Windows color (decimal): -9704019 or 11398507. OLE color: 11398507.
HSL color Cylindrical-coordinate representation of color #6BEDAD: hue angle of 150.46º 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 #6BEDAD is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 173 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.07 |
| HSL | 150.46º | 0.78% | 0.67% | - |
| HSV(B) | 150.46º | 0.55% | 0.93% | - |
| XYZ | 43.89 | 66.71 | 50.1 | - |
| YUV | 190.83 | 117.93 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 173 | 0.55 | 0 | 0.27 | 0.07 | 150.46 | 0.78 | 0.67 |
| Hex | 6B | ED | AD | 37 | 0 | 1B | 7 | 96 | 4E | 43 |
| Octal | 153 | 355 | 255 | 67 | 0 | 33 | 7 | 226 | 116 | 103 |
| Binary | 1101011 | 11101101 | 10101101 | 110111 | 0 | 11011 | 111 | 10010110 | 1001110 | 1000011 |
Color Harmonies of #6BEDAD
Complementary color
Monochromatic Colors of #6BEDAD
Black with #6BEDAD
Text Example
Text Example
White with #6BEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDAD; }
p { color: rgb(107,237,173); }
H1.HeaderClassName
{
color: #6BEDAD;
}
.AnyTagClassName
{
color: #6BEDAD;
}
</style>
background-color css
<style>
a { background-color: #6BEDAD; }
a { background-color: rgb(107,237,173); }
div.DivClassName
{
background-color: #6BEDAD;
}
.BgClassName
{
background-color: #6BEDAD;
}
</style>
border-color css
<style>
span { border-color: #6BEDAD; }
span { border-color: rgb(107,237,173); }
td.TdClassName
{
border-color: #6BEDAD;
}
.TagClassName
{
border-color: #6BEDAD;
}
</style>