Shades of Medium Aquamarine #6BCD9E
Tints of Medium Aquamarine #6BCD9E
RGB
CMYK
RGB Variations
Color information
#6BCD9E (or 0x6BCD9E) is known color: Medium Aquamarine. HEX triplet: 6B, CD and 9E. RGB value is (107,205,158). Sum of RGB (Red+Green+Blue) = 107+205+158=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCD9E is #943261. Grayscale: #AAAAAA. Windows color (decimal): -9712226 or 10407275. OLE color: 10407275.
HSL color Cylindrical-coordinate representation of color #6BCD9E: hue angle of 151.22º 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 #6BCD9E is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 158 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.20 |
| HSL | 151.22º | 0.49% | 0.61% | - |
| HSV(B) | 151.22º | 0.48% | 0.8% | - |
| XYZ | 34.07 | 49.26 | 40.06 | - |
| YUV | 170.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 158 | 0.48 | 0 | 0.23 | 0.20 | 151.22 | 0.49 | 0.61 |
| Hex | 6B | CD | 9E | 30 | 0 | 17 | 14 | 97 | 31 | 3D |
| Octal | 153 | 315 | 236 | 60 | 0 | 27 | 24 | 227 | 61 | 75 |
| Binary | 1101011 | 11001101 | 10011110 | 110000 | 0 | 10111 | 10100 | 10010111 | 110001 | 111101 |
Color Harmonies of #6BCD9E
Complementary color
Monochromatic Colors of #6BCD9E
Black with #6BCD9E
Text Example
Text Example
White with #6BCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD9E; }
p { color: rgb(107,205,158); }
H1.HeaderClassName
{
color: #6BCD9E;
}
.AnyTagClassName
{
color: #6BCD9E;
}
</style>
background-color css
<style>
a { background-color: #6BCD9E; }
a { background-color: rgb(107,205,158); }
div.DivClassName
{
background-color: #6BCD9E;
}
.BgClassName
{
background-color: #6BCD9E;
}
</style>
border-color css
<style>
span { border-color: #6BCD9E; }
span { border-color: rgb(107,205,158); }
td.TdClassName
{
border-color: #6BCD9E;
}
.TagClassName
{
border-color: #6BCD9E;
}
</style>