Shades of Medium Aquamarine #6BCD9F
Tints of Medium Aquamarine #6BCD9F
RGB
CMYK
RGB Variations
Color information
#6BCD9F (or 0x6BCD9F) is known color: Medium Aquamarine. HEX triplet: 6B, CD and 9F. RGB value is (107,205,159). Sum of RGB (Red+Green+Blue) = 107+205+159=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCD9F is #943260. Grayscale: #AAAAAA. Windows color (decimal): -9712225 or 10472811. OLE color: 10472811.
HSL color Cylindrical-coordinate representation of color #6BCD9F: hue angle of 151.84º 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 #6BCD9F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 159 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.20 |
| HSL | 151.84º | 0.49% | 0.61% | - |
| HSV(B) | 151.84º | 0.48% | 0.8% | - |
| XYZ | 34.15 | 49.29 | 40.52 | - |
| YUV | 170.45 | 121.53 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 159 | 0.48 | 0 | 0.22 | 0.20 | 151.84 | 0.49 | 0.61 |
| Hex | 6B | CD | 9F | 30 | 0 | 16 | 14 | 98 | 31 | 3D |
| Octal | 153 | 315 | 237 | 60 | 0 | 26 | 24 | 230 | 61 | 75 |
| Binary | 1101011 | 11001101 | 10011111 | 110000 | 0 | 10110 | 10100 | 10011000 | 110001 | 111101 |
Color Harmonies of #6BCD9F
Complementary color
Monochromatic Colors of #6BCD9F
Black with #6BCD9F
Text Example
Text Example
White with #6BCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD9F; }
p { color: rgb(107,205,159); }
H1.HeaderClassName
{
color: #6BCD9F;
}
.AnyTagClassName
{
color: #6BCD9F;
}
</style>
background-color css
<style>
a { background-color: #6BCD9F; }
a { background-color: rgb(107,205,159); }
div.DivClassName
{
background-color: #6BCD9F;
}
.BgClassName
{
background-color: #6BCD9F;
}
</style>
border-color css
<style>
span { border-color: #6BCD9F; }
span { border-color: rgb(107,205,159); }
td.TdClassName
{
border-color: #6BCD9F;
}
.TagClassName
{
border-color: #6BCD9F;
}
</style>