Shades of Medium Aquamarine #6FCFB3
Tints of Medium Aquamarine #6FCFB3
RGB
CMYK
RGB Variations
Color information
#6FCFB3 (or 0x6FCFB3) is known color: Medium Aquamarine. HEX triplet: 6F, CF and B3. RGB value is (111,207,179). Sum of RGB (Red+Green+Blue) = 111+207+179=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFB3 is #90304C. Grayscale: #AFAFAF. Windows color (decimal): -9449549 or 11784047. OLE color: 11784047.
HSL color Cylindrical-coordinate representation of color #6FCFB3: hue angle of 162.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFB3 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 179 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.19 |
| HSL | 162.5º | 0.5% | 0.62% | - |
| HSV(B) | 162.5º | 0.46% | 0.81% | - |
| XYZ | 37.01 | 51.26 | 50.59 | - |
| YUV | 175.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 179 | 0.46 | 0 | 0.14 | 0.19 | 162.5 | 0.5 | 0.62 |
| Hex | 6F | CF | B3 | 2E | 0 | E | 13 | A2 | 32 | 3E |
| Octal | 157 | 317 | 263 | 56 | 0 | 16 | 23 | 242 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10110011 | 101110 | 0 | 1110 | 10011 | 10100010 | 110010 | 111110 |
Color Harmonies of #6FCFB3
Complementary color
Monochromatic Colors of #6FCFB3
Black with #6FCFB3
Text Example
Text Example
White with #6FCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFB3; }
p { color: rgb(111,207,179); }
H1.HeaderClassName
{
color: #6FCFB3;
}
.AnyTagClassName
{
color: #6FCFB3;
}
</style>
background-color css
<style>
a { background-color: #6FCFB3; }
a { background-color: rgb(111,207,179); }
div.DivClassName
{
background-color: #6FCFB3;
}
.BgClassName
{
background-color: #6FCFB3;
}
</style>
border-color css
<style>
span { border-color: #6FCFB3; }
span { border-color: rgb(111,207,179); }
td.TdClassName
{
border-color: #6FCFB3;
}
.TagClassName
{
border-color: #6FCFB3;
}
</style>