Shades of Medium Aquamarine #6BF0AD
Tints of Medium Aquamarine #6BF0AD
RGB
CMYK
RGB Variations
Color information
#6BF0AD (or 0x6BF0AD) is known color: Medium Aquamarine. HEX triplet: 6B, F0 and AD. RGB value is (107,240,173). Sum of RGB (Red+Green+Blue) = 107+240+173=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF0AD is #940F52. Grayscale: #C0C0C0. Windows color (decimal): -9703251 or 11399275. OLE color: 11399275.
HSL color Cylindrical-coordinate representation of color #6BF0AD: hue angle of 149.77º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BF0AD is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 240 | 173 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.06 |
| HSL | 149.77º | 0.82% | 0.68% | - |
| HSV(B) | 149.77º | 0.55% | 0.94% | - |
| XYZ | 44.77 | 68.46 | 50.39 | - |
| YUV | 192.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 240 | 173 | 0.55 | 0 | 0.28 | 0.06 | 149.77 | 0.82 | 0.68 |
| Hex | 6B | F0 | AD | 37 | 0 | 1C | 6 | 96 | 52 | 44 |
| Octal | 153 | 360 | 255 | 67 | 0 | 34 | 6 | 226 | 122 | 104 |
| Binary | 1101011 | 11110000 | 10101101 | 110111 | 0 | 11100 | 110 | 10010110 | 1010010 | 1000100 |
Color Harmonies of #6BF0AD
Complementary color
Monochromatic Colors of #6BF0AD
Black with #6BF0AD
Text Example
Text Example
White with #6BF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF0AD; }
p { color: rgb(107,240,173); }
H1.HeaderClassName
{
color: #6BF0AD;
}
.AnyTagClassName
{
color: #6BF0AD;
}
</style>
background-color css
<style>
a { background-color: #6BF0AD; }
a { background-color: rgb(107,240,173); }
div.DivClassName
{
background-color: #6BF0AD;
}
.BgClassName
{
background-color: #6BF0AD;
}
</style>
border-color css
<style>
span { border-color: #6BF0AD; }
span { border-color: rgb(107,240,173); }
td.TdClassName
{
border-color: #6BF0AD;
}
.TagClassName
{
border-color: #6BF0AD;
}
</style>