Shades of Aquamarine #6FEEDC
Tints of Aquamarine #6FEEDC
RGB
CMYK
RGB Variations
Color information
#6FEEDC (or 0x6FEEDC) is known color: Aquamarine. HEX triplet: 6F, EE and DC. RGB value is (111,238,220). Sum of RGB (Red+Green+Blue) = 111+238+220=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEDC is #901123. Grayscale: #C5C5C5. Windows color (decimal): -9441572 or 14478959. OLE color: 14478959.
HSL color Cylindrical-coordinate representation of color #6FEEDC: hue angle of 171.5º 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 #6FEEDC is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 220 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.07 |
| HSL | 171.5º | 0.79% | 0.68% | - |
| HSV(B) | 171.5º | 0.53% | 0.93% | - |
| XYZ | 50.05 | 69.7 | 78.52 | - |
| YUV | 197.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 220 | 0.53 | 0 | 0.08 | 0.07 | 171.5 | 0.79 | 0.68 |
| Hex | 6F | EE | DC | 35 | 0 | 8 | 7 | AB | 4F | 44 |
| Octal | 157 | 356 | 334 | 65 | 0 | 10 | 7 | 253 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11011100 | 110101 | 0 | 1000 | 111 | 10101011 | 1001111 | 1000100 |
Color Harmonies of #6FEEDC
Complementary color
Monochromatic Colors of #6FEEDC
Black with #6FEEDC
Text Example
Text Example
White with #6FEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEDC; }
p { color: rgb(111,238,220); }
H1.HeaderClassName
{
color: #6FEEDC;
}
.AnyTagClassName
{
color: #6FEEDC;
}
</style>
background-color css
<style>
a { background-color: #6FEEDC; }
a { background-color: rgb(111,238,220); }
div.DivClassName
{
background-color: #6FEEDC;
}
.BgClassName
{
background-color: #6FEEDC;
}
</style>
border-color css
<style>
span { border-color: #6FEEDC; }
span { border-color: rgb(111,238,220); }
td.TdClassName
{
border-color: #6FEEDC;
}
.TagClassName
{
border-color: #6FEEDC;
}
</style>