Shades of Medium Aquamarine #6FD4B3
Tints of Medium Aquamarine #6FD4B3
RGB
CMYK
RGB Variations
Color information
#6FD4B3 (or 0x6FD4B3) is known color: Medium Aquamarine. HEX triplet: 6F, D4 and B3. RGB value is (111,212,179). Sum of RGB (Red+Green+Blue) = 111+212+179=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4B3 is #902B4C. Grayscale: #B2B2B2. Windows color (decimal): -9448269 or 11785327. OLE color: 11785327.
HSL color Cylindrical-coordinate representation of color #6FD4B3: hue angle of 160.4º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4B3 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 179 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.17 |
| HSL | 160.4º | 0.54% | 0.63% | - |
| HSV(B) | 160.4º | 0.48% | 0.83% | - |
| XYZ | 38.24 | 53.72 | 51 | - |
| YUV | 178.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 179 | 0.48 | 0 | 0.16 | 0.17 | 160.4 | 0.54 | 0.63 |
| Hex | 6F | D4 | B3 | 30 | 0 | 10 | 11 | A0 | 36 | 3F |
| Octal | 157 | 324 | 263 | 60 | 0 | 20 | 21 | 240 | 66 | 77 |
| Binary | 1101111 | 11010100 | 10110011 | 110000 | 0 | 10000 | 10001 | 10100000 | 110110 | 111111 |
Color Harmonies of #6FD4B3
Complementary color
Monochromatic Colors of #6FD4B3
Black with #6FD4B3
Text Example
Text Example
White with #6FD4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4B3; }
p { color: rgb(111,212,179); }
H1.HeaderClassName
{
color: #6FD4B3;
}
.AnyTagClassName
{
color: #6FD4B3;
}
</style>
background-color css
<style>
a { background-color: #6FD4B3; }
a { background-color: rgb(111,212,179); }
div.DivClassName
{
background-color: #6FD4B3;
}
.BgClassName
{
background-color: #6FD4B3;
}
</style>
border-color css
<style>
span { border-color: #6FD4B3; }
span { border-color: rgb(111,212,179); }
td.TdClassName
{
border-color: #6FD4B3;
}
.TagClassName
{
border-color: #6FD4B3;
}
</style>