Shades of Aquamarine #6BF8BA
Tints of Aquamarine #6BF8BA
RGB
CMYK
RGB Variations
Color information
#6BF8BA (or 0x6BF8BA) is known color: Aquamarine. HEX triplet: 6B, F8 and BA. RGB value is (107,248,186). Sum of RGB (Red+Green+Blue) = 107+248+186=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #6BF8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF8BA is #940745. Grayscale: #C6C6C6. Windows color (decimal): -9701190 or 12253291. OLE color: 12253291.
HSL color Cylindrical-coordinate representation of color #6BF8BA: hue angle of 153.62º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF8BA is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 248 | 186 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.03 |
| HSL | 153.62º | 0.91% | 0.7% | - |
| HSV(B) | 153.62º | 0.57% | 0.97% | - |
| XYZ | 48.49 | 73.81 | 58.14 | - |
| YUV | 198.77 | 120.79 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 248 | 186 | 0.57 | 0 | 0.25 | 0.03 | 153.62 | 0.91 | 0.7 |
| Hex | 6B | F8 | BA | 39 | 0 | 19 | 3 | 9A | 5B | 46 |
| Octal | 153 | 370 | 272 | 71 | 0 | 31 | 3 | 232 | 133 | 106 |
| Binary | 1101011 | 11111000 | 10111010 | 111001 | 0 | 11001 | 11 | 10011010 | 1011011 | 1000110 |
Color Harmonies of #6BF8BA
Complementary color
Monochromatic Colors of #6BF8BA
Black with #6BF8BA
Text Example
Text Example
White with #6BF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF8BA; }
p { color: rgb(107,248,186); }
H1.HeaderClassName
{
color: #6BF8BA;
}
.AnyTagClassName
{
color: #6BF8BA;
}
</style>
background-color css
<style>
a { background-color: #6BF8BA; }
a { background-color: rgb(107,248,186); }
div.DivClassName
{
background-color: #6BF8BA;
}
.BgClassName
{
background-color: #6BF8BA;
}
</style>
border-color css
<style>
span { border-color: #6BF8BA; }
span { border-color: rgb(107,248,186); }
td.TdClassName
{
border-color: #6BF8BA;
}
.TagClassName
{
border-color: #6BF8BA;
}
</style>