Shades of Aquamarine #6FEECF
Tints of Aquamarine #6FEECF
RGB
CMYK
RGB Variations
Color information
#6FEECF (or 0x6FEECF) is known color: Aquamarine. HEX triplet: 6F, EE and CF. RGB value is (111,238,207). Sum of RGB (Red+Green+Blue) = 111+238+207=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEECF is #901130. Grayscale: #C4C4C4. Windows color (decimal): -9441585 or 13626991. OLE color: 13626991.
HSL color Cylindrical-coordinate representation of color #6FEECF: hue angle of 165.35º degrees, saturation: 0.79, 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 #6FEECF is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 207 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.07 |
| HSL | 165.35º | 0.79% | 0.68% | - |
| HSV(B) | 165.35º | 0.53% | 0.93% | - |
| XYZ | 48.39 | 69.03 | 69.81 | - |
| YUV | 196.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 207 | 0.53 | 0 | 0.13 | 0.07 | 165.35 | 0.79 | 0.68 |
| Hex | 6F | EE | CF | 35 | 0 | D | 7 | A5 | 4F | 44 |
| Octal | 157 | 356 | 317 | 65 | 0 | 15 | 7 | 245 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11001111 | 110101 | 0 | 1101 | 111 | 10100101 | 1001111 | 1000100 |
Color Harmonies of #6FEECF
Complementary color
Monochromatic Colors of #6FEECF
Black with #6FEECF
Text Example
Text Example
White with #6FEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEECF; }
p { color: rgb(111,238,207); }
H1.HeaderClassName
{
color: #6FEECF;
}
.AnyTagClassName
{
color: #6FEECF;
}
</style>
background-color css
<style>
a { background-color: #6FEECF; }
a { background-color: rgb(111,238,207); }
div.DivClassName
{
background-color: #6FEECF;
}
.BgClassName
{
background-color: #6FEECF;
}
</style>
border-color css
<style>
span { border-color: #6FEECF; }
span { border-color: rgb(111,238,207); }
td.TdClassName
{
border-color: #6FEECF;
}
.TagClassName
{
border-color: #6FEECF;
}
</style>