Shades of Aquamarine #6FEDCF
Tints of Aquamarine #6FEDCF
RGB
CMYK
RGB Variations
Color information
#6FEDCF (or 0x6FEDCF) is known color: Aquamarine. HEX triplet: 6F, ED and CF. RGB value is (111,237,207). Sum of RGB (Red+Green+Blue) = 111+237+207=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDCF is #901230. Grayscale: #C3C3C3. Windows color (decimal): -9441841 or 13626735. OLE color: 13626735.
HSL color Cylindrical-coordinate representation of color #6FEDCF: hue angle of 165.71º 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 #6FEDCF is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 207 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.07 |
| HSL | 165.71º | 0.78% | 0.68% | - |
| HSV(B) | 165.71º | 0.53% | 0.93% | - |
| XYZ | 48.1 | 68.45 | 69.71 | - |
| YUV | 195.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 207 | 0.53 | 0 | 0.13 | 0.07 | 165.71 | 0.78 | 0.68 |
| Hex | 6F | ED | CF | 35 | 0 | D | 7 | A6 | 4E | 44 |
| Octal | 157 | 355 | 317 | 65 | 0 | 15 | 7 | 246 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11001111 | 110101 | 0 | 1101 | 111 | 10100110 | 1001110 | 1000100 |
Color Harmonies of #6FEDCF
Complementary color
Monochromatic Colors of #6FEDCF
Black with #6FEDCF
Text Example
Text Example
White with #6FEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDCF; }
p { color: rgb(111,237,207); }
H1.HeaderClassName
{
color: #6FEDCF;
}
.AnyTagClassName
{
color: #6FEDCF;
}
</style>
background-color css
<style>
a { background-color: #6FEDCF; }
a { background-color: rgb(111,237,207); }
div.DivClassName
{
background-color: #6FEDCF;
}
.BgClassName
{
background-color: #6FEDCF;
}
</style>
border-color css
<style>
span { border-color: #6FEDCF; }
span { border-color: rgb(111,237,207); }
td.TdClassName
{
border-color: #6FEDCF;
}
.TagClassName
{
border-color: #6FEDCF;
}
</style>