Shades of Aquamarine #6FEECD
Tints of Aquamarine #6FEECD
RGB
CMYK
RGB Variations
Color information
#6FEECD (or 0x6FEECD) is known color: Aquamarine. HEX triplet: 6F, EE and CD. RGB value is (111,238,205). Sum of RGB (Red+Green+Blue) = 111+238+205=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEECD is #901132. Grayscale: #C4C4C4. Windows color (decimal): -9441587 or 13495919. OLE color: 13495919.
HSL color Cylindrical-coordinate representation of color #6FEECD: hue angle of 164.41º 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 #6FEECD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 205 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.07 |
| HSL | 164.41º | 0.79% | 0.68% | - |
| HSV(B) | 164.41º | 0.53% | 0.93% | - |
| XYZ | 48.15 | 68.94 | 68.53 | - |
| YUV | 196.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 205 | 0.53 | 0 | 0.14 | 0.07 | 164.41 | 0.79 | 0.68 |
| Hex | 6F | EE | CD | 35 | 0 | E | 7 | A4 | 4F | 44 |
| Octal | 157 | 356 | 315 | 65 | 0 | 16 | 7 | 244 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11001101 | 110101 | 0 | 1110 | 111 | 10100100 | 1001111 | 1000100 |
Color Harmonies of #6FEECD
Complementary color
Monochromatic Colors of #6FEECD
Black with #6FEECD
Text Example
Text Example
White with #6FEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEECD; }
p { color: rgb(111,238,205); }
H1.HeaderClassName
{
color: #6FEECD;
}
.AnyTagClassName
{
color: #6FEECD;
}
</style>
background-color css
<style>
a { background-color: #6FEECD; }
a { background-color: rgb(111,238,205); }
div.DivClassName
{
background-color: #6FEECD;
}
.BgClassName
{
background-color: #6FEECD;
}
</style>
border-color css
<style>
span { border-color: #6FEECD; }
span { border-color: rgb(111,238,205); }
td.TdClassName
{
border-color: #6FEECD;
}
.TagClassName
{
border-color: #6FEECD;
}
</style>