Shades of Medium Aquamarine #6FDCB0
Tints of Medium Aquamarine #6FDCB0
RGB
CMYK
RGB Variations
Color information
#6FDCB0 (or 0x6FDCB0) is known color: Medium Aquamarine. HEX triplet: 6F, DC and B0. RGB value is (111,220,176). Sum of RGB (Red+Green+Blue) = 111+220+176=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDCB0 is #90234F. Grayscale: #B6B6B6. Windows color (decimal): -9446224 or 11590767. OLE color: 11590767.
HSL color Cylindrical-coordinate representation of color #6FDCB0: hue angle of 155.78º 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 #6FDCB0 is Cyan = 0.50, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 176 | - |
| CMYK | 0.50 | 0 | 0.2 | 0.14 |
| HSL | 155.78º | 0.61% | 0.65% | - |
| HSV(B) | 155.78º | 0.5% | 0.86% | - |
| XYZ | 39.99 | 57.7 | 50.1 | - |
| YUV | 182.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 176 | 0.50 | 0 | 0.2 | 0.14 | 155.78 | 0.61 | 0.65 |
| Hex | 6F | DC | B0 | 32 | 0 | 14 | E | 9C | 3D | 41 |
| Octal | 157 | 334 | 260 | 62 | 0 | 24 | 16 | 234 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10110000 | 110010 | 0 | 10100 | 1110 | 10011100 | 111101 | 1000001 |
Color Harmonies of #6FDCB0
Complementary color
Monochromatic Colors of #6FDCB0
Black with #6FDCB0
Text Example
Text Example
White with #6FDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCB0; }
p { color: rgb(111,220,176); }
H1.HeaderClassName
{
color: #6FDCB0;
}
.AnyTagClassName
{
color: #6FDCB0;
}
</style>
background-color css
<style>
a { background-color: #6FDCB0; }
a { background-color: rgb(111,220,176); }
div.DivClassName
{
background-color: #6FDCB0;
}
.BgClassName
{
background-color: #6FDCB0;
}
</style>
border-color css
<style>
span { border-color: #6FDCB0; }
span { border-color: rgb(111,220,176); }
td.TdClassName
{
border-color: #6FDCB0;
}
.TagClassName
{
border-color: #6FDCB0;
}
</style>