Shades of Aquamarine #6CEDCD
Tints of Aquamarine #6CEDCD
RGB
CMYK
RGB Variations
Color information
#6CEDCD (or 0x6CEDCD) is known color: Aquamarine. HEX triplet: 6C, ED and CD. RGB value is (108,237,205). Sum of RGB (Red+Green+Blue) = 108+237+205=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDCD is #931232. Grayscale: #C2C2C2. Windows color (decimal): -9638451 or 13495660. OLE color: 13495660.
HSL color Cylindrical-coordinate representation of color #6CEDCD: hue angle of 165.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEDCD is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 205 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.07 |
| HSL | 165.12º | 0.78% | 0.68% | - |
| HSV(B) | 165.12º | 0.54% | 0.93% | - |
| XYZ | 47.49 | 68.16 | 68.41 | - |
| YUV | 194.78 | 133.76 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 205 | 0.54 | 0 | 0.14 | 0.07 | 165.12 | 0.78 | 0.68 |
| Hex | 6C | ED | CD | 36 | 0 | E | 7 | A5 | 4E | 44 |
| Octal | 154 | 355 | 315 | 66 | 0 | 16 | 7 | 245 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11001101 | 110110 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000100 |
Color Harmonies of #6CEDCD
Complementary color
Monochromatic Colors of #6CEDCD
Black with #6CEDCD
Text Example
Text Example
White with #6CEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDCD; }
p { color: rgb(108,237,205); }
H1.HeaderClassName
{
color: #6CEDCD;
}
.AnyTagClassName
{
color: #6CEDCD;
}
</style>
background-color css
<style>
a { background-color: #6CEDCD; }
a { background-color: rgb(108,237,205); }
div.DivClassName
{
background-color: #6CEDCD;
}
.BgClassName
{
background-color: #6CEDCD;
}
</style>
border-color css
<style>
span { border-color: #6CEDCD; }
span { border-color: rgb(108,237,205); }
td.TdClassName
{
border-color: #6CEDCD;
}
.TagClassName
{
border-color: #6CEDCD;
}
</style>