Shades of Aquamarine #6BFFB8
Tints of Aquamarine #6BFFB8
RGB
CMYK
RGB Variations
Color information
#6BFFB8 (or 0x6BFFB8) is known color: Aquamarine. HEX triplet: 6B, FF and B8. RGB value is (107,255,184). Sum of RGB (Red+Green+Blue) = 107+255+184=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFB8 is #940047. Grayscale: #CACACA. Windows color (decimal): -9699400 or 12124011. OLE color: 12124011.
HSL color Cylindrical-coordinate representation of color #6BFFB8: hue angle of 151.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFB8 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 184 | - |
| CMYK | 0.58 | 0 | 0.28 | 0 |
| HSL | 151.22º | 1% | 0.71% | - |
| HSV(B) | 151.22º | 0.58% | 1% | - |
| XYZ | 50.48 | 78.11 | 57.76 | - |
| YUV | 202.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 184 | 0.58 | 0 | 0.28 | 0 | 151.22 | 1 | 0.71 |
| Hex | 6B | FF | B8 | 3A | 0 | 1C | 0 | 97 | 64 | 47 |
| Octal | 153 | 377 | 270 | 72 | 0 | 34 | 0 | 227 | 144 | 107 |
| Binary | 1101011 | 11111111 | 10111000 | 111010 | 0 | 11100 | 0 | 10010111 | 1100100 | 1000111 |
Color Harmonies of #6BFFB8
Complementary color
Monochromatic Colors of #6BFFB8
Black with #6BFFB8
Text Example
Text Example
White with #6BFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFB8; }
p { color: rgb(107,255,184); }
H1.HeaderClassName
{
color: #6BFFB8;
}
.AnyTagClassName
{
color: #6BFFB8;
}
</style>
background-color css
<style>
a { background-color: #6BFFB8; }
a { background-color: rgb(107,255,184); }
div.DivClassName
{
background-color: #6BFFB8;
}
.BgClassName
{
background-color: #6BFFB8;
}
</style>
border-color css
<style>
span { border-color: #6BFFB8; }
span { border-color: rgb(107,255,184); }
td.TdClassName
{
border-color: #6BFFB8;
}
.TagClassName
{
border-color: #6BFFB8;
}
</style>