Shades of Aquamarine #6CEDCC
Tints of Aquamarine #6CEDCC
RGB
CMYK
RGB Variations
Color information
#6CEDCC (or 0x6CEDCC) is known color: Aquamarine. HEX triplet: 6C, ED and CC. RGB value is (108,237,204). Sum of RGB (Red+Green+Blue) = 108+237+204=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDCC is #931233. Grayscale: #C2C2C2. Windows color (decimal): -9638452 or 13430124. OLE color: 13430124.
HSL color Cylindrical-coordinate representation of color #6CEDCC: hue angle of 164.65º 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 #6CEDCC is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 204 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.07 |
| HSL | 164.65º | 0.78% | 0.68% | - |
| HSV(B) | 164.65º | 0.54% | 0.93% | - |
| XYZ | 47.37 | 68.12 | 67.78 | - |
| YUV | 194.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 204 | 0.54 | 0 | 0.14 | 0.07 | 164.65 | 0.78 | 0.68 |
| Hex | 6C | ED | CC | 36 | 0 | E | 7 | A5 | 4E | 44 |
| Octal | 154 | 355 | 314 | 66 | 0 | 16 | 7 | 245 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11001100 | 110110 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000100 |
Color Harmonies of #6CEDCC
Complementary color
Monochromatic Colors of #6CEDCC
Black with #6CEDCC
Text Example
Text Example
White with #6CEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDCC; }
p { color: rgb(108,237,204); }
H1.HeaderClassName
{
color: #6CEDCC;
}
.AnyTagClassName
{
color: #6CEDCC;
}
</style>
background-color css
<style>
a { background-color: #6CEDCC; }
a { background-color: rgb(108,237,204); }
div.DivClassName
{
background-color: #6CEDCC;
}
.BgClassName
{
background-color: #6CEDCC;
}
</style>
border-color css
<style>
span { border-color: #6CEDCC; }
span { border-color: rgb(108,237,204); }
td.TdClassName
{
border-color: #6CEDCC;
}
.TagClassName
{
border-color: #6CEDCC;
}
</style>