Shades of Aquamarine #6FF1BA
Tints of Aquamarine #6FF1BA
RGB
CMYK
RGB Variations
Color information
#6FF1BA (or 0x6FF1BA) is known color: Aquamarine. HEX triplet: 6F, F1 and BA. RGB value is (111,241,186). Sum of RGB (Red+Green+Blue) = 111+241+186=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1BA is #900E45. Grayscale: #C3C3C3. Windows color (decimal): -9440838 or 12251503. OLE color: 12251503.
HSL color Cylindrical-coordinate representation of color #6FF1BA: hue angle of 154.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF1BA is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 241 | 186 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.05 |
| HSL | 154.62º | 0.82% | 0.69% | - |
| HSV(B) | 154.62º | 0.54% | 0.95% | - |
| XYZ | 46.87 | 69.84 | 57.46 | - |
| YUV | 195.86 | 122.43 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 186 | 0.54 | 0 | 0.23 | 0.05 | 154.62 | 0.82 | 0.69 |
| Hex | 6F | F1 | BA | 36 | 0 | 17 | 5 | 9B | 52 | 45 |
| Octal | 157 | 361 | 272 | 66 | 0 | 27 | 5 | 233 | 122 | 105 |
| Binary | 1101111 | 11110001 | 10111010 | 110110 | 0 | 10111 | 101 | 10011011 | 1010010 | 1000101 |
Color Harmonies of #6FF1BA
Complementary color
Monochromatic Colors of #6FF1BA
Black with #6FF1BA
Text Example
Text Example
White with #6FF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF1BA; }
p { color: rgb(111,241,186); }
H1.HeaderClassName
{
color: #6FF1BA;
}
.AnyTagClassName
{
color: #6FF1BA;
}
</style>
background-color css
<style>
a { background-color: #6FF1BA; }
a { background-color: rgb(111,241,186); }
div.DivClassName
{
background-color: #6FF1BA;
}
.BgClassName
{
background-color: #6FF1BA;
}
</style>
border-color css
<style>
span { border-color: #6FF1BA; }
span { border-color: rgb(111,241,186); }
td.TdClassName
{
border-color: #6FF1BA;
}
.TagClassName
{
border-color: #6FF1BA;
}
</style>