Shades of Medium Aquamarine #6FDCB2
Tints of Medium Aquamarine #6FDCB2
RGB
CMYK
RGB Variations
Color information
#6FDCB2 (or 0x6FDCB2) is known color: Medium Aquamarine. HEX triplet: 6F, DC and B2. RGB value is (111,220,178). Sum of RGB (Red+Green+Blue) = 111+220+178=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDCB2 is #90234D. Grayscale: #B6B6B6. Windows color (decimal): -9446222 or 11721839. OLE color: 11721839.
HSL color Cylindrical-coordinate representation of color #6FDCB2: hue angle of 156.88º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCB2 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 178 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.14 |
| HSL | 156.88º | 0.61% | 0.65% | - |
| HSV(B) | 156.88º | 0.5% | 0.86% | - |
| XYZ | 40.18 | 57.78 | 51.15 | - |
| YUV | 182.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 178 | 0.50 | 0 | 0.19 | 0.14 | 156.88 | 0.61 | 0.65 |
| Hex | 6F | DC | B2 | 32 | 0 | 13 | E | 9D | 3D | 41 |
| Octal | 157 | 334 | 262 | 62 | 0 | 23 | 16 | 235 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10110010 | 110010 | 0 | 10011 | 1110 | 10011101 | 111101 | 1000001 |
Color Harmonies of #6FDCB2
Complementary color
Monochromatic Colors of #6FDCB2
Black with #6FDCB2
Text Example
Text Example
White with #6FDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCB2; }
p { color: rgb(111,220,178); }
H1.HeaderClassName
{
color: #6FDCB2;
}
.AnyTagClassName
{
color: #6FDCB2;
}
</style>
background-color css
<style>
a { background-color: #6FDCB2; }
a { background-color: rgb(111,220,178); }
div.DivClassName
{
background-color: #6FDCB2;
}
.BgClassName
{
background-color: #6FDCB2;
}
</style>
border-color css
<style>
span { border-color: #6FDCB2; }
span { border-color: rgb(111,220,178); }
td.TdClassName
{
border-color: #6FDCB2;
}
.TagClassName
{
border-color: #6FDCB2;
}
</style>