Shades of Medium Aquamarine #6BC4B0
Tints of Medium Aquamarine #6BC4B0
RGB
CMYK
RGB Variations
Color information
#6BC4B0 (or 0x6BC4B0) is known color: Medium Aquamarine. HEX triplet: 6B, C4 and B0. RGB value is (107,196,176). Sum of RGB (Red+Green+Blue) = 107+196+176=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC4B0 is #943B4F. Grayscale: #A7A7A7. Windows color (decimal): -9714512 or 11584619. OLE color: 11584619.
HSL color Cylindrical-coordinate representation of color #6BC4B0: hue angle of 166.52º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC4B0 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 196 | 176 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.23 |
| HSL | 166.52º | 0.43% | 0.59% | - |
| HSV(B) | 166.52º | 0.45% | 0.77% | - |
| XYZ | 33.64 | 45.74 | 48.13 | - |
| YUV | 167.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 176 | 0.45 | 0 | 0.10 | 0.23 | 166.52 | 0.43 | 0.59 |
| Hex | 6B | C4 | B0 | 2D | 0 | A | 17 | A7 | 2B | 3B |
| Octal | 153 | 304 | 260 | 55 | 0 | 12 | 27 | 247 | 53 | 73 |
| Binary | 1101011 | 11000100 | 10110000 | 101101 | 0 | 1010 | 10111 | 10100111 | 101011 | 111011 |
Color Harmonies of #6BC4B0
Complementary color
Monochromatic Colors of #6BC4B0
Black with #6BC4B0
Text Example
Text Example
White with #6BC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC4B0; }
p { color: rgb(107,196,176); }
H1.HeaderClassName
{
color: #6BC4B0;
}
.AnyTagClassName
{
color: #6BC4B0;
}
</style>
background-color css
<style>
a { background-color: #6BC4B0; }
a { background-color: rgb(107,196,176); }
div.DivClassName
{
background-color: #6BC4B0;
}
.BgClassName
{
background-color: #6BC4B0;
}
</style>
border-color css
<style>
span { border-color: #6BC4B0; }
span { border-color: rgb(107,196,176); }
td.TdClassName
{
border-color: #6BC4B0;
}
.TagClassName
{
border-color: #6BC4B0;
}
</style>