Shades of Medium Aquamarine #6BD2AD
Tints of Medium Aquamarine #6BD2AD
RGB
CMYK
RGB Variations
Color information
#6BD2AD (or 0x6BD2AD) is known color: Medium Aquamarine. HEX triplet: 6B, D2 and AD. RGB value is (107,210,173). Sum of RGB (Red+Green+Blue) = 107+210+173=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD2AD is #942D52. Grayscale: #AFAFAF. Windows color (decimal): -9710931 or 11391595. OLE color: 11391595.
HSL color Cylindrical-coordinate representation of color #6BD2AD: hue angle of 158.45º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD2AD is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 210 | 173 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.18 |
| HSL | 158.45º | 0.53% | 0.62% | - |
| HSV(B) | 158.45º | 0.49% | 0.82% | - |
| XYZ | 36.65 | 52.24 | 47.69 | - |
| YUV | 174.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 210 | 173 | 0.49 | 0 | 0.18 | 0.18 | 158.45 | 0.53 | 0.62 |
| Hex | 6B | D2 | AD | 31 | 0 | 12 | 12 | 9E | 35 | 3E |
| Octal | 153 | 322 | 255 | 61 | 0 | 22 | 22 | 236 | 65 | 76 |
| Binary | 1101011 | 11010010 | 10101101 | 110001 | 0 | 10010 | 10010 | 10011110 | 110101 | 111110 |
Color Harmonies of #6BD2AD
Complementary color
Monochromatic Colors of #6BD2AD
Black with #6BD2AD
Text Example
Text Example
White with #6BD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD2AD; }
p { color: rgb(107,210,173); }
H1.HeaderClassName
{
color: #6BD2AD;
}
.AnyTagClassName
{
color: #6BD2AD;
}
</style>
background-color css
<style>
a { background-color: #6BD2AD; }
a { background-color: rgb(107,210,173); }
div.DivClassName
{
background-color: #6BD2AD;
}
.BgClassName
{
background-color: #6BD2AD;
}
</style>
border-color css
<style>
span { border-color: #6BD2AD; }
span { border-color: rgb(107,210,173); }
td.TdClassName
{
border-color: #6BD2AD;
}
.TagClassName
{
border-color: #6BD2AD;
}
</style>