Shades of Medium Aquamarine #6FCDA0
Tints of Medium Aquamarine #6FCDA0
RGB
CMYK
RGB Variations
Color information
#6FCDA0 (or 0x6FCDA0) is known color: Medium Aquamarine. HEX triplet: 6F, CD and A0. RGB value is (111,205,160). Sum of RGB (Red+Green+Blue) = 111+205+160=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCDA0 is #90325F. Grayscale: #ABABAB. Windows color (decimal): -9450080 or 10538351. OLE color: 10538351.
HSL color Cylindrical-coordinate representation of color #6FCDA0: hue angle of 151.28º 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 #6FCDA0 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 160 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.20 |
| HSL | 151.28º | 0.48% | 0.62% | - |
| HSV(B) | 151.28º | 0.46% | 0.8% | - |
| XYZ | 34.73 | 49.58 | 41 | - |
| YUV | 171.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 160 | 0.46 | 0 | 0.22 | 0.20 | 151.28 | 0.48 | 0.62 |
| Hex | 6F | CD | A0 | 2E | 0 | 16 | 14 | 97 | 30 | 3E |
| Octal | 157 | 315 | 240 | 56 | 0 | 26 | 24 | 227 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10100000 | 101110 | 0 | 10110 | 10100 | 10010111 | 110000 | 111110 |
Color Harmonies of #6FCDA0
Complementary color
Monochromatic Colors of #6FCDA0
Black with #6FCDA0
Text Example
Text Example
White with #6FCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDA0; }
p { color: rgb(111,205,160); }
H1.HeaderClassName
{
color: #6FCDA0;
}
.AnyTagClassName
{
color: #6FCDA0;
}
</style>
background-color css
<style>
a { background-color: #6FCDA0; }
a { background-color: rgb(111,205,160); }
div.DivClassName
{
background-color: #6FCDA0;
}
.BgClassName
{
background-color: #6FCDA0;
}
</style>
border-color css
<style>
span { border-color: #6FCDA0; }
span { border-color: rgb(111,205,160); }
td.TdClassName
{
border-color: #6FCDA0;
}
.TagClassName
{
border-color: #6FCDA0;
}
</style>