Shades of Medium Aquamarine #6BCFB0
Tints of Medium Aquamarine #6BCFB0
RGB
CMYK
RGB Variations
Color information
#6BCFB0 (or 0x6BCFB0) is known color: Medium Aquamarine. HEX triplet: 6B, CF and B0. RGB value is (107,207,176). Sum of RGB (Red+Green+Blue) = 107+207+176=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFB0 is #94304F. Grayscale: #ADADAD. Windows color (decimal): -9711696 or 11587435. OLE color: 11587435.
HSL color Cylindrical-coordinate representation of color #6BCFB0: hue angle of 161.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFB0 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 176 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.19 |
| HSL | 161.4º | 0.51% | 0.62% | - |
| HSV(B) | 161.4º | 0.48% | 0.81% | - |
| XYZ | 36.21 | 50.89 | 48.99 | - |
| YUV | 173.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 176 | 0.48 | 0 | 0.15 | 0.19 | 161.4 | 0.51 | 0.62 |
| Hex | 6B | CF | B0 | 30 | 0 | F | 13 | A1 | 33 | 3E |
| Octal | 153 | 317 | 260 | 60 | 0 | 17 | 23 | 241 | 63 | 76 |
| Binary | 1101011 | 11001111 | 10110000 | 110000 | 0 | 1111 | 10011 | 10100001 | 110011 | 111110 |
Color Harmonies of #6BCFB0
Complementary color
Monochromatic Colors of #6BCFB0
Black with #6BCFB0
Text Example
Text Example
White with #6BCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFB0; }
p { color: rgb(107,207,176); }
H1.HeaderClassName
{
color: #6BCFB0;
}
.AnyTagClassName
{
color: #6BCFB0;
}
</style>
background-color css
<style>
a { background-color: #6BCFB0; }
a { background-color: rgb(107,207,176); }
div.DivClassName
{
background-color: #6BCFB0;
}
.BgClassName
{
background-color: #6BCFB0;
}
</style>
border-color css
<style>
span { border-color: #6BCFB0; }
span { border-color: rgb(107,207,176); }
td.TdClassName
{
border-color: #6BCFB0;
}
.TagClassName
{
border-color: #6BCFB0;
}
</style>