Shades of Aquamarine #6DEECB
Tints of Aquamarine #6DEECB
RGB
CMYK
RGB Variations
Color information
#6DEECB (or 0x6DEECB) is known color: Aquamarine. HEX triplet: 6D, EE and CB. RGB value is (109,238,203). Sum of RGB (Red+Green+Blue) = 109+238+203=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEECB is #921134. Grayscale: #C3C3C3. Windows color (decimal): -9572661 or 13364845. OLE color: 13364845.
HSL color Cylindrical-coordinate representation of color #6DEECB: hue angle of 163.72º degrees, saturation: 0.79, 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 #6DEECB is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 238 | 203 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.07 |
| HSL | 163.72º | 0.79% | 0.68% | - |
| HSV(B) | 163.72º | 0.54% | 0.93% | - |
| XYZ | 47.66 | 68.71 | 67.25 | - |
| YUV | 195.44 | 132.26 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 203 | 0.54 | 0 | 0.15 | 0.07 | 163.72 | 0.79 | 0.68 |
| Hex | 6D | EE | CB | 36 | 0 | F | 7 | A4 | 4F | 44 |
| Octal | 155 | 356 | 313 | 66 | 0 | 17 | 7 | 244 | 117 | 104 |
| Binary | 1101101 | 11101110 | 11001011 | 110110 | 0 | 1111 | 111 | 10100100 | 1001111 | 1000100 |
Color Harmonies of #6DEECB
Complementary color
Monochromatic Colors of #6DEECB
Black with #6DEECB
Text Example
Text Example
White with #6DEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEECB; }
p { color: rgb(109,238,203); }
H1.HeaderClassName
{
color: #6DEECB;
}
.AnyTagClassName
{
color: #6DEECB;
}
</style>
background-color css
<style>
a { background-color: #6DEECB; }
a { background-color: rgb(109,238,203); }
div.DivClassName
{
background-color: #6DEECB;
}
.BgClassName
{
background-color: #6DEECB;
}
</style>
border-color css
<style>
span { border-color: #6DEECB; }
span { border-color: rgb(109,238,203); }
td.TdClassName
{
border-color: #6DEECB;
}
.TagClassName
{
border-color: #6DEECB;
}
</style>