Shades of Aquamarine #6BFECB
Tints of Aquamarine #6BFECB
RGB
CMYK
RGB Variations
Color information
#6BFECB (or 0x6BFECB) is known color: Aquamarine. HEX triplet: 6B, FE and CB. RGB value is (107,254,203). Sum of RGB (Red+Green+Blue) = 107+254+203=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFECB is #940134. Grayscale: #CCCCCC. Windows color (decimal): -9699637 or 13368939. OLE color: 13368939.
HSL color Cylindrical-coordinate representation of color #6BFECB: hue angle of 159.18º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFECB is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 203 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.00 |
| HSL | 159.18º | 0.99% | 0.71% | - |
| HSV(B) | 159.18º | 0.58% | 1% | - |
| XYZ | 52.28 | 78.32 | 68.86 | - |
| YUV | 204.23 | 127.3 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 203 | 0.58 | 0 | 0.20 | 0.00 | 159.18 | 0.99 | 0.71 |
| Hex | 6B | FE | CB | 3A | 0 | 14 | 0 | 9F | 63 | 47 |
| Octal | 153 | 376 | 313 | 72 | 0 | 24 | 0 | 237 | 143 | 107 |
| Binary | 1101011 | 11111110 | 11001011 | 111010 | 0 | 10100 | 0 | 10011111 | 1100011 | 1000111 |
Color Harmonies of #6BFECB
Complementary color
Monochromatic Colors of #6BFECB
Black with #6BFECB
Text Example
Text Example
White with #6BFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFECB; }
p { color: rgb(107,254,203); }
H1.HeaderClassName
{
color: #6BFECB;
}
.AnyTagClassName
{
color: #6BFECB;
}
</style>
background-color css
<style>
a { background-color: #6BFECB; }
a { background-color: rgb(107,254,203); }
div.DivClassName
{
background-color: #6BFECB;
}
.BgClassName
{
background-color: #6BFECB;
}
</style>
border-color css
<style>
span { border-color: #6BFECB; }
span { border-color: rgb(107,254,203); }
td.TdClassName
{
border-color: #6BFECB;
}
.TagClassName
{
border-color: #6BFECB;
}
</style>