Shades of Aquamarine #6CF1BD
Tints of Aquamarine #6CF1BD
RGB
CMYK
RGB Variations
Color information
#6CF1BD (or 0x6CF1BD) is known color: Aquamarine. HEX triplet: 6C, F1 and BD. RGB value is (108,241,189). Sum of RGB (Red+Green+Blue) = 108+241+189=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF1BD is #930E42. Grayscale: #C3C3C3. Windows color (decimal): -9637443 or 12448108. OLE color: 12448108.
HSL color Cylindrical-coordinate representation of color #6CF1BD: hue angle of 156.54º 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 #6CF1BD is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 189 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.05 |
| HSL | 156.54º | 0.83% | 0.68% | - |
| HSV(B) | 156.54º | 0.55% | 0.95% | - |
| XYZ | 46.82 | 69.77 | 59.14 | - |
| YUV | 195.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 189 | 0.55 | 0 | 0.22 | 0.05 | 156.54 | 0.83 | 0.68 |
| Hex | 6C | F1 | BD | 37 | 0 | 16 | 5 | 9D | 53 | 44 |
| Octal | 154 | 361 | 275 | 67 | 0 | 26 | 5 | 235 | 123 | 104 |
| Binary | 1101100 | 11110001 | 10111101 | 110111 | 0 | 10110 | 101 | 10011101 | 1010011 | 1000100 |
Color Harmonies of #6CF1BD
Complementary color
Monochromatic Colors of #6CF1BD
Black with #6CF1BD
Text Example
Text Example
White with #6CF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1BD; }
p { color: rgb(108,241,189); }
H1.HeaderClassName
{
color: #6CF1BD;
}
.AnyTagClassName
{
color: #6CF1BD;
}
</style>
background-color css
<style>
a { background-color: #6CF1BD; }
a { background-color: rgb(108,241,189); }
div.DivClassName
{
background-color: #6CF1BD;
}
.BgClassName
{
background-color: #6CF1BD;
}
</style>
border-color css
<style>
span { border-color: #6CF1BD; }
span { border-color: rgb(108,241,189); }
td.TdClassName
{
border-color: #6CF1BD;
}
.TagClassName
{
border-color: #6CF1BD;
}
</style>