Shades of Aquamarine #6CEBCF
Tints of Aquamarine #6CEBCF
RGB
CMYK
RGB Variations
Color information
#6CEBCF (or 0x6CEBCF) is known color: Aquamarine. HEX triplet: 6C, EB and CF. RGB value is (108,235,207). Sum of RGB (Red+Green+Blue) = 108+235+207=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBCF is #931430. Grayscale: #C1C1C1. Windows color (decimal): -9638961 or 13626220. OLE color: 13626220.
HSL color Cylindrical-coordinate representation of color #6CEBCF: hue angle of 166.77º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEBCF is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 207 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.08 |
| HSL | 166.77º | 0.76% | 0.67% | - |
| HSV(B) | 166.77º | 0.54% | 0.92% | - |
| XYZ | 47.16 | 67.11 | 69.5 | - |
| YUV | 193.84 | 135.42 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 207 | 0.54 | 0 | 0.12 | 0.08 | 166.77 | 0.76 | 0.67 |
| Hex | 6C | EB | CF | 36 | 0 | C | 8 | A7 | 4C | 43 |
| Octal | 154 | 353 | 317 | 66 | 0 | 14 | 10 | 247 | 114 | 103 |
| Binary | 1101100 | 11101011 | 11001111 | 110110 | 0 | 1100 | 1000 | 10100111 | 1001100 | 1000011 |
Color Harmonies of #6CEBCF
Complementary color
Monochromatic Colors of #6CEBCF
Black with #6CEBCF
Text Example
Text Example
White with #6CEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBCF; }
p { color: rgb(108,235,207); }
H1.HeaderClassName
{
color: #6CEBCF;
}
.AnyTagClassName
{
color: #6CEBCF;
}
</style>
background-color css
<style>
a { background-color: #6CEBCF; }
a { background-color: rgb(108,235,207); }
div.DivClassName
{
background-color: #6CEBCF;
}
.BgClassName
{
background-color: #6CEBCF;
}
</style>
border-color css
<style>
span { border-color: #6CEBCF; }
span { border-color: rgb(108,235,207); }
td.TdClassName
{
border-color: #6CEBCF;
}
.TagClassName
{
border-color: #6CEBCF;
}
</style>