Shades of Aquamarine #6DF3CA
Tints of Aquamarine #6DF3CA
RGB
CMYK
RGB Variations
Color information
#6DF3CA (or 0x6DF3CA) is known color: Aquamarine. HEX triplet: 6D, F3 and CA. RGB value is (109,243,202). Sum of RGB (Red+Green+Blue) = 109+243+202=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #6DF3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF3CA is #920C35. Grayscale: #C6C6C6. Windows color (decimal): -9571382 or 13300589. OLE color: 13300589.
HSL color Cylindrical-coordinate representation of color #6DF3CA: hue angle of 161.64º degrees, saturation: 0.85, 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 #6DF3CA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 243 | 202 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.05 |
| HSL | 161.64º | 0.85% | 0.69% | - |
| HSV(B) | 161.64º | 0.55% | 0.95% | - |
| XYZ | 49.02 | 71.62 | 67.12 | - |
| YUV | 198.26 | 130.11 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 243 | 202 | 0.55 | 0 | 0.17 | 0.05 | 161.64 | 0.85 | 0.69 |
| Hex | 6D | F3 | CA | 37 | 0 | 11 | 5 | A2 | 55 | 45 |
| Octal | 155 | 363 | 312 | 67 | 0 | 21 | 5 | 242 | 125 | 105 |
| Binary | 1101101 | 11110011 | 11001010 | 110111 | 0 | 10001 | 101 | 10100010 | 1010101 | 1000101 |
Color Harmonies of #6DF3CA
Complementary color
Monochromatic Colors of #6DF3CA
Black with #6DF3CA
Text Example
Text Example
White with #6DF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF3CA; }
p { color: rgb(109,243,202); }
H1.HeaderClassName
{
color: #6DF3CA;
}
.AnyTagClassName
{
color: #6DF3CA;
}
</style>
background-color css
<style>
a { background-color: #6DF3CA; }
a { background-color: rgb(109,243,202); }
div.DivClassName
{
background-color: #6DF3CA;
}
.BgClassName
{
background-color: #6DF3CA;
}
</style>
border-color css
<style>
span { border-color: #6DF3CA; }
span { border-color: rgb(109,243,202); }
td.TdClassName
{
border-color: #6DF3CA;
}
.TagClassName
{
border-color: #6DF3CA;
}
</style>