Shades of Medium Aquamarine #6AD69B
Tints of Medium Aquamarine #6AD69B
RGB
CMYK
RGB Variations
Color information
#6AD69B (or 0x6AD69B) is known color: Medium Aquamarine. HEX triplet: 6A, D6 and 9B. RGB value is (106,214,155). Sum of RGB (Red+Green+Blue) = 106+214+155=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD69B is #952964. Grayscale: #AFAFAF. Windows color (decimal): -9775461 or 10212970. OLE color: 10212970.
HSL color Cylindrical-coordinate representation of color #6AD69B: hue angle of 147.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD69B is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 155 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.16 |
| HSL | 147.22º | 0.57% | 0.63% | - |
| HSV(B) | 147.22º | 0.5% | 0.84% | - |
| XYZ | 35.91 | 53.52 | 39.45 | - |
| YUV | 174.98 | 116.72 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 155 | 0.50 | 0 | 0.28 | 0.16 | 147.22 | 0.57 | 0.63 |
| Hex | 6A | D6 | 9B | 32 | 0 | 1C | 10 | 93 | 39 | 3F |
| Octal | 152 | 326 | 233 | 62 | 0 | 34 | 20 | 223 | 71 | 77 |
| Binary | 1101010 | 11010110 | 10011011 | 110010 | 0 | 11100 | 10000 | 10010011 | 111001 | 111111 |
Color Harmonies of #6AD69B
Complementary color
Monochromatic Colors of #6AD69B
Black with #6AD69B
Text Example
Text Example
White with #6AD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD69B; }
p { color: rgb(106,214,155); }
H1.HeaderClassName
{
color: #6AD69B;
}
.AnyTagClassName
{
color: #6AD69B;
}
</style>
background-color css
<style>
a { background-color: #6AD69B; }
a { background-color: rgb(106,214,155); }
div.DivClassName
{
background-color: #6AD69B;
}
.BgClassName
{
background-color: #6AD69B;
}
</style>
border-color css
<style>
span { border-color: #6AD69B; }
span { border-color: rgb(106,214,155); }
td.TdClassName
{
border-color: #6AD69B;
}
.TagClassName
{
border-color: #6AD69B;
}
</style>