Shades of Medium Aquamarine #6FCCB0
Tints of Medium Aquamarine #6FCCB0
RGB
CMYK
RGB Variations
Color information
#6FCCB0 (or 0x6FCCB0) is known color: Medium Aquamarine. HEX triplet: 6F, CC and B0. RGB value is (111,204,176). Sum of RGB (Red+Green+Blue) = 111+204+176=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCB0 is #90334F. Grayscale: #ADADAD. Windows color (decimal): -9450320 or 11586671. OLE color: 11586671.
HSL color Cylindrical-coordinate representation of color #6FCCB0: hue angle of 161.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCB0 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 176 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.2 |
| HSL | 161.94º | 0.48% | 0.62% | - |
| HSV(B) | 161.94º | 0.46% | 0.8% | - |
| XYZ | 35.98 | 49.7 | 48.77 | - |
| YUV | 173 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 176 | 0.46 | 0 | 0.14 | 0.2 | 161.94 | 0.48 | 0.62 |
| Hex | 6F | CC | B0 | 2E | 0 | E | 14 | A2 | 30 | 3E |
| Octal | 157 | 314 | 260 | 56 | 0 | 16 | 24 | 242 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10110000 | 101110 | 0 | 1110 | 10100 | 10100010 | 110000 | 111110 |
Color Harmonies of #6FCCB0
Complementary color
Monochromatic Colors of #6FCCB0
Black with #6FCCB0
Text Example
Text Example
White with #6FCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCB0; }
p { color: rgb(111,204,176); }
H1.HeaderClassName
{
color: #6FCCB0;
}
.AnyTagClassName
{
color: #6FCCB0;
}
</style>
background-color css
<style>
a { background-color: #6FCCB0; }
a { background-color: rgb(111,204,176); }
div.DivClassName
{
background-color: #6FCCB0;
}
.BgClassName
{
background-color: #6FCCB0;
}
</style>
border-color css
<style>
span { border-color: #6FCCB0; }
span { border-color: rgb(111,204,176); }
td.TdClassName
{
border-color: #6FCCB0;
}
.TagClassName
{
border-color: #6FCCB0;
}
</style>