Shades of Aquamarine #6DF0CB
Tints of Aquamarine #6DF0CB
RGB
CMYK
RGB Variations
Color information
#6DF0CB (or 0x6DF0CB) is known color: Aquamarine. HEX triplet: 6D, F0 and CB. RGB value is (109,240,203). Sum of RGB (Red+Green+Blue) = 109+240+203=552 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.75% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0CB is #920F34. Grayscale: #C4C4C4. Windows color (decimal): -9572149 or 13365357. OLE color: 13365357.
HSL color Cylindrical-coordinate representation of color #6DF0CB: hue angle of 163.05º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0CB is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 203 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.06 |
| HSL | 163.05º | 0.81% | 0.68% | - |
| HSV(B) | 163.05º | 0.55% | 0.94% | - |
| XYZ | 48.25 | 69.88 | 67.45 | - |
| YUV | 196.61 | 131.6 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 203 | 0.55 | 0 | 0.15 | 0.06 | 163.05 | 0.81 | 0.68 |
| Hex | 6D | F0 | CB | 37 | 0 | F | 6 | A3 | 51 | 44 |
| Octal | 155 | 360 | 313 | 67 | 0 | 17 | 6 | 243 | 121 | 104 |
| Binary | 1101101 | 11110000 | 11001011 | 110111 | 0 | 1111 | 110 | 10100011 | 1010001 | 1000100 |
Color Harmonies of #6DF0CB
Complementary color
Monochromatic Colors of #6DF0CB
Black with #6DF0CB
Text Example
Text Example
White with #6DF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF0CB; }
p { color: rgb(109,240,203); }
H1.HeaderClassName
{
color: #6DF0CB;
}
.AnyTagClassName
{
color: #6DF0CB;
}
</style>
background-color css
<style>
a { background-color: #6DF0CB; }
a { background-color: rgb(109,240,203); }
div.DivClassName
{
background-color: #6DF0CB;
}
.BgClassName
{
background-color: #6DF0CB;
}
</style>
border-color css
<style>
span { border-color: #6DF0CB; }
span { border-color: rgb(109,240,203); }
td.TdClassName
{
border-color: #6DF0CB;
}
.TagClassName
{
border-color: #6DF0CB;
}
</style>