Shades of Aquamarine #6BFEC3
Tints of Aquamarine #6BFEC3
RGB
CMYK
RGB Variations
Color information
#6BFEC3 (or 0x6BFEC3) is known color: Aquamarine. HEX triplet: 6B, FE and C3. RGB value is (107,254,195). Sum of RGB (Red+Green+Blue) = 107+254+195=556 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.24% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEC3 is #94013C. Grayscale: #CBCBCB. Windows color (decimal): -9699645 or 12844651. OLE color: 12844651.
HSL color Cylindrical-coordinate representation of color #6BFEC3: hue angle of 155.92º 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 #6BFEC3 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 195 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.00 |
| HSL | 155.92º | 0.99% | 0.71% | - |
| HSV(B) | 155.92º | 0.58% | 1% | - |
| XYZ | 51.36 | 77.95 | 63.97 | - |
| YUV | 203.32 | 123.3 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 195 | 0.58 | 0 | 0.23 | 0.00 | 155.92 | 0.99 | 0.71 |
| Hex | 6B | FE | C3 | 3A | 0 | 17 | 0 | 9C | 63 | 47 |
| Octal | 153 | 376 | 303 | 72 | 0 | 27 | 0 | 234 | 143 | 107 |
| Binary | 1101011 | 11111110 | 11000011 | 111010 | 0 | 10111 | 0 | 10011100 | 1100011 | 1000111 |
Color Harmonies of #6BFEC3
Complementary color
Monochromatic Colors of #6BFEC3
Black with #6BFEC3
Text Example
Text Example
White with #6BFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEC3; }
p { color: rgb(107,254,195); }
H1.HeaderClassName
{
color: #6BFEC3;
}
.AnyTagClassName
{
color: #6BFEC3;
}
</style>
background-color css
<style>
a { background-color: #6BFEC3; }
a { background-color: rgb(107,254,195); }
div.DivClassName
{
background-color: #6BFEC3;
}
.BgClassName
{
background-color: #6BFEC3;
}
</style>
border-color css
<style>
span { border-color: #6BFEC3; }
span { border-color: rgb(107,254,195); }
td.TdClassName
{
border-color: #6BFEC3;
}
.TagClassName
{
border-color: #6BFEC3;
}
</style>