Shades of Medium Aquamarine #6BCC9D
Tints of Medium Aquamarine #6BCC9D
RGB
CMYK
RGB Variations
Color information
#6BCC9D (or 0x6BCC9D) is known color: Medium Aquamarine. HEX triplet: 6B, CC and 9D. RGB value is (107,204,157). Sum of RGB (Red+Green+Blue) = 107+204+157=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCC9D is #943362. Grayscale: #A9A9A9. Windows color (decimal): -9712483 or 10341483. OLE color: 10341483.
HSL color Cylindrical-coordinate representation of color #6BCC9D: hue angle of 150.93º 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 #6BCC9D is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 157 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.2 |
| HSL | 150.93º | 0.49% | 0.61% | - |
| HSV(B) | 150.93º | 0.48% | 0.8% | - |
| XYZ | 33.74 | 48.75 | 39.53 | - |
| YUV | 169.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 157 | 0.48 | 0 | 0.23 | 0.2 | 150.93 | 0.49 | 0.61 |
| Hex | 6B | CC | 9D | 30 | 0 | 17 | 14 | 97 | 31 | 3D |
| Octal | 153 | 314 | 235 | 60 | 0 | 27 | 24 | 227 | 61 | 75 |
| Binary | 1101011 | 11001100 | 10011101 | 110000 | 0 | 10111 | 10100 | 10010111 | 110001 | 111101 |
Color Harmonies of #6BCC9D
Complementary color
Monochromatic Colors of #6BCC9D
Black with #6BCC9D
Text Example
Text Example
White with #6BCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC9D; }
p { color: rgb(107,204,157); }
H1.HeaderClassName
{
color: #6BCC9D;
}
.AnyTagClassName
{
color: #6BCC9D;
}
</style>
background-color css
<style>
a { background-color: #6BCC9D; }
a { background-color: rgb(107,204,157); }
div.DivClassName
{
background-color: #6BCC9D;
}
.BgClassName
{
background-color: #6BCC9D;
}
</style>
border-color css
<style>
span { border-color: #6BCC9D; }
span { border-color: rgb(107,204,157); }
td.TdClassName
{
border-color: #6BCC9D;
}
.TagClassName
{
border-color: #6BCC9D;
}
</style>