Shades of Aquamarine #6BF7B9
Tints of Aquamarine #6BF7B9
RGB
CMYK
RGB Variations
Color information
#6BF7B9 (or 0x6BF7B9) is known color: Aquamarine. HEX triplet: 6B, F7 and B9. RGB value is (107,247,185). Sum of RGB (Red+Green+Blue) = 107+247+185=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #6BF7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF7B9 is #940846. Grayscale: #C6C6C6. Windows color (decimal): -9701447 or 12187499. OLE color: 12187499.
HSL color Cylindrical-coordinate representation of color #6BF7B9: hue angle of 153.43º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF7B9 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 247 | 185 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.03 |
| HSL | 153.43º | 0.9% | 0.69% | - |
| HSV(B) | 153.43º | 0.57% | 0.97% | - |
| XYZ | 48.08 | 73.15 | 57.48 | - |
| YUV | 198.07 | 120.62 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 247 | 185 | 0.57 | 0 | 0.25 | 0.03 | 153.43 | 0.9 | 0.69 |
| Hex | 6B | F7 | B9 | 39 | 0 | 19 | 3 | 99 | 5A | 45 |
| Octal | 153 | 367 | 271 | 71 | 0 | 31 | 3 | 231 | 132 | 105 |
| Binary | 1101011 | 11110111 | 10111001 | 111001 | 0 | 11001 | 11 | 10011001 | 1011010 | 1000101 |
Color Harmonies of #6BF7B9
Complementary color
Monochromatic Colors of #6BF7B9
Black with #6BF7B9
Text Example
Text Example
White with #6BF7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF7B9; }
p { color: rgb(107,247,185); }
H1.HeaderClassName
{
color: #6BF7B9;
}
.AnyTagClassName
{
color: #6BF7B9;
}
</style>
background-color css
<style>
a { background-color: #6BF7B9; }
a { background-color: rgb(107,247,185); }
div.DivClassName
{
background-color: #6BF7B9;
}
.BgClassName
{
background-color: #6BF7B9;
}
</style>
border-color css
<style>
span { border-color: #6BF7B9; }
span { border-color: rgb(107,247,185); }
td.TdClassName
{
border-color: #6BF7B9;
}
.TagClassName
{
border-color: #6BF7B9;
}
</style>