Shades of Aquamarine #6BFFCB
Tints of Aquamarine #6BFFCB
RGB
CMYK
RGB Variations
Color information
#6BFFCB (or 0x6BFFCB) is known color: Aquamarine. HEX triplet: 6B, FF and CB. RGB value is (107,255,203). Sum of RGB (Red+Green+Blue) = 107+255+203=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFCB is #940034. Grayscale: #CCCCCC. Windows color (decimal): -9699381 or 13369195. OLE color: 13369195.
HSL color Cylindrical-coordinate representation of color #6BFFCB: hue angle of 158.92º 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 #6BFFCB is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 203 | - |
| CMYK | 0.58 | 0 | 0.20 | 0 |
| HSL | 158.92º | 1% | 0.71% | - |
| HSV(B) | 158.92º | 0.58% | 1% | - |
| XYZ | 52.6 | 78.96 | 68.97 | - |
| YUV | 204.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 203 | 0.58 | 0 | 0.20 | 0 | 158.92 | 1 | 0.71 |
| Hex | 6B | FF | CB | 3A | 0 | 14 | 0 | 9F | 64 | 47 |
| Octal | 153 | 377 | 313 | 72 | 0 | 24 | 0 | 237 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11001011 | 111010 | 0 | 10100 | 0 | 10011111 | 1100100 | 1000111 |
Color Harmonies of #6BFFCB
Complementary color
Monochromatic Colors of #6BFFCB
Black with #6BFFCB
Text Example
Text Example
White with #6BFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFCB; }
p { color: rgb(107,255,203); }
H1.HeaderClassName
{
color: #6BFFCB;
}
.AnyTagClassName
{
color: #6BFFCB;
}
</style>
background-color css
<style>
a { background-color: #6BFFCB; }
a { background-color: rgb(107,255,203); }
div.DivClassName
{
background-color: #6BFFCB;
}
.BgClassName
{
background-color: #6BFFCB;
}
</style>
border-color css
<style>
span { border-color: #6BFFCB; }
span { border-color: rgb(107,255,203); }
td.TdClassName
{
border-color: #6BFFCB;
}
.TagClassName
{
border-color: #6BFFCB;
}
</style>