Shades of Aquamarine #6DFDCB
Tints of Aquamarine #6DFDCB
RGB
CMYK
RGB Variations
Color information
#6DFDCB (or 0x6DFDCB) is known color: Aquamarine. HEX triplet: 6D, FD and CB. RGB value is (109,253,203). Sum of RGB (Red+Green+Blue) = 109+253+203=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDCB is #920234. Grayscale: #CCCCCC. Windows color (decimal): -9568821 or 13368685. OLE color: 13368685.
HSL color Cylindrical-coordinate representation of color #6DFDCB: hue angle of 159.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFDCB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 203 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.01 |
| HSL | 159.17º | 0.97% | 0.71% | - |
| HSV(B) | 159.17º | 0.57% | 0.99% | - |
| XYZ | 52.21 | 77.81 | 68.77 | - |
| YUV | 204.24 | 127.29 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 203 | 0.57 | 0 | 0.20 | 0.01 | 159.17 | 0.97 | 0.71 |
| Hex | 6D | FD | CB | 39 | 0 | 14 | 1 | 9F | 61 | 47 |
| Octal | 155 | 375 | 313 | 71 | 0 | 24 | 1 | 237 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11001011 | 111001 | 0 | 10100 | 1 | 10011111 | 1100001 | 1000111 |
Color Harmonies of #6DFDCB
Complementary color
Monochromatic Colors of #6DFDCB
Black with #6DFDCB
Text Example
Text Example
White with #6DFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDCB; }
p { color: rgb(109,253,203); }
H1.HeaderClassName
{
color: #6DFDCB;
}
.AnyTagClassName
{
color: #6DFDCB;
}
</style>
background-color css
<style>
a { background-color: #6DFDCB; }
a { background-color: rgb(109,253,203); }
div.DivClassName
{
background-color: #6DFDCB;
}
.BgClassName
{
background-color: #6DFDCB;
}
</style>
border-color css
<style>
span { border-color: #6DFDCB; }
span { border-color: rgb(109,253,203); }
td.TdClassName
{
border-color: #6DFDCB;
}
.TagClassName
{
border-color: #6DFDCB;
}
</style>