Shades of Medium Aquamarine #6FCAAC
Tints of Medium Aquamarine #6FCAAC
RGB
CMYK
RGB Variations
Color information
#6FCAAC (or 0x6FCAAC) is known color: Medium Aquamarine. HEX triplet: 6F, CA and AC. RGB value is (111,202,172). Sum of RGB (Red+Green+Blue) = 111+202+172=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAAC is #903553. Grayscale: #ABABAB. Windows color (decimal): -9450836 or 11324015. OLE color: 11324015.
HSL color Cylindrical-coordinate representation of color #6FCAAC: hue angle of 160.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAAC is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 172 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.21 |
| HSL | 160.22º | 0.46% | 0.61% | - |
| HSV(B) | 160.22º | 0.45% | 0.79% | - |
| XYZ | 35.12 | 48.6 | 46.56 | - |
| YUV | 171.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 172 | 0.45 | 0 | 0.15 | 0.21 | 160.22 | 0.46 | 0.61 |
| Hex | 6F | CA | AC | 2D | 0 | F | 15 | A0 | 2E | 3D |
| Octal | 157 | 312 | 254 | 55 | 0 | 17 | 25 | 240 | 56 | 75 |
| Binary | 1101111 | 11001010 | 10101100 | 101101 | 0 | 1111 | 10101 | 10100000 | 101110 | 111101 |
Color Harmonies of #6FCAAC
Complementary color
Monochromatic Colors of #6FCAAC
Black with #6FCAAC
Text Example
Text Example
White with #6FCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCAAC; }
p { color: rgb(111,202,172); }
H1.HeaderClassName
{
color: #6FCAAC;
}
.AnyTagClassName
{
color: #6FCAAC;
}
</style>
background-color css
<style>
a { background-color: #6FCAAC; }
a { background-color: rgb(111,202,172); }
div.DivClassName
{
background-color: #6FCAAC;
}
.BgClassName
{
background-color: #6FCAAC;
}
</style>
border-color css
<style>
span { border-color: #6FCAAC; }
span { border-color: rgb(111,202,172); }
td.TdClassName
{
border-color: #6FCAAC;
}
.TagClassName
{
border-color: #6FCAAC;
}
</style>