Shades of Aquamarine #6CEDD5
Tints of Aquamarine #6CEDD5
RGB
CMYK
RGB Variations
Color information
#6CEDD5 (or 0x6CEDD5) is known color: Aquamarine. HEX triplet: 6C, ED and D5. RGB value is (108,237,213). Sum of RGB (Red+Green+Blue) = 108+237+213=558 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.35% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDD5 is #93122A. Grayscale: #C3C3C3. Windows color (decimal): -9638443 or 14019948. OLE color: 14019948.
HSL color Cylindrical-coordinate representation of color #6CEDD5: hue angle of 168.84º 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 #6CEDD5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 213 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.07 |
| HSL | 168.84º | 0.78% | 0.68% | - |
| HSV(B) | 168.84º | 0.54% | 0.93% | - |
| XYZ | 48.48 | 68.56 | 73.63 | - |
| YUV | 195.69 | 137.76 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 213 | 0.54 | 0 | 0.10 | 0.07 | 168.84 | 0.78 | 0.68 |
| Hex | 6C | ED | D5 | 36 | 0 | A | 7 | A9 | 4E | 44 |
| Octal | 154 | 355 | 325 | 66 | 0 | 12 | 7 | 251 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11010101 | 110110 | 0 | 1010 | 111 | 10101001 | 1001110 | 1000100 |
Color Harmonies of #6CEDD5
Complementary color
Monochromatic Colors of #6CEDD5
Black with #6CEDD5
Text Example
Text Example
White with #6CEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDD5; }
p { color: rgb(108,237,213); }
H1.HeaderClassName
{
color: #6CEDD5;
}
.AnyTagClassName
{
color: #6CEDD5;
}
</style>
background-color css
<style>
a { background-color: #6CEDD5; }
a { background-color: rgb(108,237,213); }
div.DivClassName
{
background-color: #6CEDD5;
}
.BgClassName
{
background-color: #6CEDD5;
}
</style>
border-color css
<style>
span { border-color: #6CEDD5; }
span { border-color: rgb(108,237,213); }
td.TdClassName
{
border-color: #6CEDD5;
}
.TagClassName
{
border-color: #6CEDD5;
}
</style>