Shades of Aquamarine #6FEDCC
Tints of Aquamarine #6FEDCC
RGB
CMYK
RGB Variations
Color information
#6FEDCC (or 0x6FEDCC) is known color: Aquamarine. HEX triplet: 6F, ED and CC. RGB value is (111,237,204). Sum of RGB (Red+Green+Blue) = 111+237+204=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDCC is #901233. Grayscale: #C3C3C3. Windows color (decimal): -9441844 or 13430127. OLE color: 13430127.
HSL color Cylindrical-coordinate representation of color #6FEDCC: hue angle of 164.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDCC is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 204 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.07 |
| HSL | 164.29º | 0.78% | 0.68% | - |
| HSV(B) | 164.29º | 0.53% | 0.93% | - |
| XYZ | 47.74 | 68.31 | 67.8 | - |
| YUV | 195.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 204 | 0.53 | 0 | 0.14 | 0.07 | 164.29 | 0.78 | 0.68 |
| Hex | 6F | ED | CC | 35 | 0 | E | 7 | A4 | 4E | 44 |
| Octal | 157 | 355 | 314 | 65 | 0 | 16 | 7 | 244 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11001100 | 110101 | 0 | 1110 | 111 | 10100100 | 1001110 | 1000100 |
Color Harmonies of #6FEDCC
Complementary color
Monochromatic Colors of #6FEDCC
Black with #6FEDCC
Text Example
Text Example
White with #6FEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDCC; }
p { color: rgb(111,237,204); }
H1.HeaderClassName
{
color: #6FEDCC;
}
.AnyTagClassName
{
color: #6FEDCC;
}
</style>
background-color css
<style>
a { background-color: #6FEDCC; }
a { background-color: rgb(111,237,204); }
div.DivClassName
{
background-color: #6FEDCC;
}
.BgClassName
{
background-color: #6FEDCC;
}
</style>
border-color css
<style>
span { border-color: #6FEDCC; }
span { border-color: rgb(111,237,204); }
td.TdClassName
{
border-color: #6FEDCC;
}
.TagClassName
{
border-color: #6FEDCC;
}
</style>