Shades of Aquamarine #6CEDCB
Tints of Aquamarine #6CEDCB
RGB
CMYK
RGB Variations
Color information
#6CEDCB (or 0x6CEDCB) is known color: Aquamarine. HEX triplet: 6C, ED and CB. RGB value is (108,237,203). Sum of RGB (Red+Green+Blue) = 108+237+203=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDCB is #931234. Grayscale: #C2C2C2. Windows color (decimal): -9638453 or 13364588. OLE color: 13364588.
HSL color Cylindrical-coordinate representation of color #6CEDCB: hue angle of 164.19º 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 #6CEDCB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 203 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.07 |
| HSL | 164.19º | 0.78% | 0.68% | - |
| HSV(B) | 164.19º | 0.54% | 0.93% | - |
| XYZ | 47.25 | 68.07 | 67.15 | - |
| YUV | 194.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 203 | 0.54 | 0 | 0.14 | 0.07 | 164.19 | 0.78 | 0.68 |
| Hex | 6C | ED | CB | 36 | 0 | E | 7 | A4 | 4E | 44 |
| Octal | 154 | 355 | 313 | 66 | 0 | 16 | 7 | 244 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11001011 | 110110 | 0 | 1110 | 111 | 10100100 | 1001110 | 1000100 |
Color Harmonies of #6CEDCB
Complementary color
Monochromatic Colors of #6CEDCB
Black with #6CEDCB
Text Example
Text Example
White with #6CEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDCB; }
p { color: rgb(108,237,203); }
H1.HeaderClassName
{
color: #6CEDCB;
}
.AnyTagClassName
{
color: #6CEDCB;
}
</style>
background-color css
<style>
a { background-color: #6CEDCB; }
a { background-color: rgb(108,237,203); }
div.DivClassName
{
background-color: #6CEDCB;
}
.BgClassName
{
background-color: #6CEDCB;
}
</style>
border-color css
<style>
span { border-color: #6CEDCB; }
span { border-color: rgb(108,237,203); }
td.TdClassName
{
border-color: #6CEDCB;
}
.TagClassName
{
border-color: #6CEDCB;
}
</style>