Shades of Medium Aquamarine #6FDBA4
Tints of Medium Aquamarine #6FDBA4
RGB
CMYK
RGB Variations
Color information
#6FDBA4 (or 0x6FDBA4) is known color: Medium Aquamarine. HEX triplet: 6F, DB and A4. RGB value is (111,219,164). Sum of RGB (Red+Green+Blue) = 111+219+164=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDBA4 is #90245B. Grayscale: #B4B4B4. Windows color (decimal): -9446492 or 10804079. OLE color: 10804079.
HSL color Cylindrical-coordinate representation of color #6FDBA4: hue angle of 149.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBA4 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 164 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.14 |
| HSL | 149.44º | 0.6% | 0.65% | - |
| HSV(B) | 149.44º | 0.49% | 0.86% | - |
| XYZ | 38.59 | 56.72 | 44.04 | - |
| YUV | 180.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 164 | 0.49 | 0 | 0.25 | 0.14 | 149.44 | 0.6 | 0.65 |
| Hex | 6F | DB | A4 | 31 | 0 | 19 | E | 95 | 3C | 41 |
| Octal | 157 | 333 | 244 | 61 | 0 | 31 | 16 | 225 | 74 | 101 |
| Binary | 1101111 | 11011011 | 10100100 | 110001 | 0 | 11001 | 1110 | 10010101 | 111100 | 1000001 |
Color Harmonies of #6FDBA4
Complementary color
Monochromatic Colors of #6FDBA4
Black with #6FDBA4
Text Example
Text Example
White with #6FDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBA4; }
p { color: rgb(111,219,164); }
H1.HeaderClassName
{
color: #6FDBA4;
}
.AnyTagClassName
{
color: #6FDBA4;
}
</style>
background-color css
<style>
a { background-color: #6FDBA4; }
a { background-color: rgb(111,219,164); }
div.DivClassName
{
background-color: #6FDBA4;
}
.BgClassName
{
background-color: #6FDBA4;
}
</style>
border-color css
<style>
span { border-color: #6FDBA4; }
span { border-color: rgb(111,219,164); }
td.TdClassName
{
border-color: #6FDBA4;
}
.TagClassName
{
border-color: #6FDBA4;
}
</style>