Shades of Medium Aquamarine #6BCDA9
Tints of Medium Aquamarine #6BCDA9
RGB
CMYK
RGB Variations
Color information
#6BCDA9 (or 0x6BCDA9) is known color: Medium Aquamarine. HEX triplet: 6B, CD and A9. RGB value is (107,205,169). Sum of RGB (Red+Green+Blue) = 107+205+169=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDA9 is #943256. Grayscale: #ABABAB. Windows color (decimal): -9712215 or 11128171. OLE color: 11128171.
HSL color Cylindrical-coordinate representation of color #6BCDA9: hue angle of 157.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCDA9 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 169 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.20 |
| HSL | 157.96º | 0.49% | 0.61% | - |
| HSV(B) | 157.96º | 0.48% | 0.8% | - |
| XYZ | 35.06 | 49.65 | 45.27 | - |
| YUV | 171.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 169 | 0.48 | 0 | 0.18 | 0.20 | 157.96 | 0.49 | 0.61 |
| Hex | 6B | CD | A9 | 30 | 0 | 12 | 14 | 9E | 31 | 3D |
| Octal | 153 | 315 | 251 | 60 | 0 | 22 | 24 | 236 | 61 | 75 |
| Binary | 1101011 | 11001101 | 10101001 | 110000 | 0 | 10010 | 10100 | 10011110 | 110001 | 111101 |
Color Harmonies of #6BCDA9
Complementary color
Monochromatic Colors of #6BCDA9
Black with #6BCDA9
Text Example
Text Example
White with #6BCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDA9; }
p { color: rgb(107,205,169); }
H1.HeaderClassName
{
color: #6BCDA9;
}
.AnyTagClassName
{
color: #6BCDA9;
}
</style>
background-color css
<style>
a { background-color: #6BCDA9; }
a { background-color: rgb(107,205,169); }
div.DivClassName
{
background-color: #6BCDA9;
}
.BgClassName
{
background-color: #6BCDA9;
}
</style>
border-color css
<style>
span { border-color: #6BCDA9; }
span { border-color: rgb(107,205,169); }
td.TdClassName
{
border-color: #6BCDA9;
}
.TagClassName
{
border-color: #6BCDA9;
}
</style>