Shades of Aquamarine #6CF1BA
Tints of Aquamarine #6CF1BA
RGB
CMYK
RGB Variations
Color information
#6CF1BA (or 0x6CF1BA) is known color: Aquamarine. HEX triplet: 6C, F1 and BA. RGB value is (108,241,186). Sum of RGB (Red+Green+Blue) = 108+241+186=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF1BA is #930E45. Grayscale: #C3C3C3. Windows color (decimal): -9637446 or 12251500. OLE color: 12251500.
HSL color Cylindrical-coordinate representation of color #6CF1BA: hue angle of 155.19º 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 #6CF1BA is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 186 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.05 |
| HSL | 155.19º | 0.83% | 0.68% | - |
| HSV(B) | 155.19º | 0.55% | 0.95% | - |
| XYZ | 46.5 | 69.64 | 57.45 | - |
| YUV | 194.96 | 122.94 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 186 | 0.55 | 0 | 0.23 | 0.05 | 155.19 | 0.83 | 0.68 |
| Hex | 6C | F1 | BA | 37 | 0 | 17 | 5 | 9B | 53 | 44 |
| Octal | 154 | 361 | 272 | 67 | 0 | 27 | 5 | 233 | 123 | 104 |
| Binary | 1101100 | 11110001 | 10111010 | 110111 | 0 | 10111 | 101 | 10011011 | 1010011 | 1000100 |
Color Harmonies of #6CF1BA
Complementary color
Monochromatic Colors of #6CF1BA
Black with #6CF1BA
Text Example
Text Example
White with #6CF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1BA; }
p { color: rgb(108,241,186); }
H1.HeaderClassName
{
color: #6CF1BA;
}
.AnyTagClassName
{
color: #6CF1BA;
}
</style>
background-color css
<style>
a { background-color: #6CF1BA; }
a { background-color: rgb(108,241,186); }
div.DivClassName
{
background-color: #6CF1BA;
}
.BgClassName
{
background-color: #6CF1BA;
}
</style>
border-color css
<style>
span { border-color: #6CF1BA; }
span { border-color: rgb(108,241,186); }
td.TdClassName
{
border-color: #6CF1BA;
}
.TagClassName
{
border-color: #6CF1BA;
}
</style>