Shades of Aquamarine #6DF1CB
Tints of Aquamarine #6DF1CB
RGB
CMYK
RGB Variations
Color information
#6DF1CB (or 0x6DF1CB) is known color: Aquamarine. HEX triplet: 6D, F1 and CB. RGB value is (109,241,203). Sum of RGB (Red+Green+Blue) = 109+241+203=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1CB is #920E34. Grayscale: #C5C5C5. Windows color (decimal): -9571893 or 13365613. OLE color: 13365613.
HSL color Cylindrical-coordinate representation of color #6DF1CB: hue angle of 162.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF1CB is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 241 | 203 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.05 |
| HSL | 162.73º | 0.83% | 0.69% | - |
| HSV(B) | 162.73º | 0.55% | 0.95% | - |
| XYZ | 48.54 | 70.47 | 67.54 | - |
| YUV | 197.2 | 131.27 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 241 | 203 | 0.55 | 0 | 0.16 | 0.05 | 162.73 | 0.83 | 0.69 |
| Hex | 6D | F1 | CB | 37 | 0 | 10 | 5 | A3 | 52 | 45 |
| Octal | 155 | 361 | 313 | 67 | 0 | 20 | 5 | 243 | 122 | 105 |
| Binary | 1101101 | 11110001 | 11001011 | 110111 | 0 | 10000 | 101 | 10100011 | 1010010 | 1000101 |
Color Harmonies of #6DF1CB
Complementary color
Monochromatic Colors of #6DF1CB
Black with #6DF1CB
Text Example
Text Example
White with #6DF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF1CB; }
p { color: rgb(109,241,203); }
H1.HeaderClassName
{
color: #6DF1CB;
}
.AnyTagClassName
{
color: #6DF1CB;
}
</style>
background-color css
<style>
a { background-color: #6DF1CB; }
a { background-color: rgb(109,241,203); }
div.DivClassName
{
background-color: #6DF1CB;
}
.BgClassName
{
background-color: #6DF1CB;
}
</style>
border-color css
<style>
span { border-color: #6DF1CB; }
span { border-color: rgb(109,241,203); }
td.TdClassName
{
border-color: #6DF1CB;
}
.TagClassName
{
border-color: #6DF1CB;
}
</style>