Shades of Aquamarine #6CF1D3
Tints of Aquamarine #6CF1D3
RGB
CMYK
RGB Variations
Color information
#6CF1D3 (or 0x6CF1D3) is known color: Aquamarine. HEX triplet: 6C, F1 and D3. RGB value is (108,241,211). Sum of RGB (Red+Green+Blue) = 108+241+211=560 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.29% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF1D3 is #930E2C. Grayscale: #C5C5C5. Windows color (decimal): -9637421 or 13889900. OLE color: 13889900.
HSL color Cylindrical-coordinate representation of color #6CF1D3: hue angle of 166.47º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF1D3 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 211 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.05 |
| HSL | 166.47º | 0.83% | 0.68% | - |
| HSV(B) | 166.47º | 0.55% | 0.95% | - |
| XYZ | 49.4 | 70.8 | 72.69 | - |
| YUV | 197.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 211 | 0.55 | 0 | 0.12 | 0.05 | 166.47 | 0.83 | 0.68 |
| Hex | 6C | F1 | D3 | 37 | 0 | C | 5 | A6 | 53 | 44 |
| Octal | 154 | 361 | 323 | 67 | 0 | 14 | 5 | 246 | 123 | 104 |
| Binary | 1101100 | 11110001 | 11010011 | 110111 | 0 | 1100 | 101 | 10100110 | 1010011 | 1000100 |
Color Harmonies of #6CF1D3
Complementary color
Monochromatic Colors of #6CF1D3
Black with #6CF1D3
Text Example
Text Example
White with #6CF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1D3; }
p { color: rgb(108,241,211); }
H1.HeaderClassName
{
color: #6CF1D3;
}
.AnyTagClassName
{
color: #6CF1D3;
}
</style>
background-color css
<style>
a { background-color: #6CF1D3; }
a { background-color: rgb(108,241,211); }
div.DivClassName
{
background-color: #6CF1D3;
}
.BgClassName
{
background-color: #6CF1D3;
}
</style>
border-color css
<style>
span { border-color: #6CF1D3; }
span { border-color: rgb(108,241,211); }
td.TdClassName
{
border-color: #6CF1D3;
}
.TagClassName
{
border-color: #6CF1D3;
}
</style>