Shades of Aquamarine #6BEFC1
Tints of Aquamarine #6BEFC1
RGB
CMYK
RGB Variations
Color information
#6BEFC1 (or 0x6BEFC1) is known color: Aquamarine. HEX triplet: 6B, EF and C1. RGB value is (107,239,193). Sum of RGB (Red+Green+Blue) = 107+239+193=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFC1 is #94103E. Grayscale: #C2C2C2. Windows color (decimal): -9703487 or 12709739. OLE color: 12709739.
HSL color Cylindrical-coordinate representation of color #6BEFC1: hue angle of 159.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFC1 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 193 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.06 |
| HSL | 159.09º | 0.8% | 0.68% | - |
| HSV(B) | 159.09º | 0.55% | 0.94% | - |
| XYZ | 46.56 | 68.71 | 61.26 | - |
| YUV | 194.29 | 127.27 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 193 | 0.55 | 0 | 0.19 | 0.06 | 159.09 | 0.8 | 0.68 |
| Hex | 6B | EF | C1 | 37 | 0 | 13 | 6 | 9F | 50 | 44 |
| Octal | 153 | 357 | 301 | 67 | 0 | 23 | 6 | 237 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11000001 | 110111 | 0 | 10011 | 110 | 10011111 | 1010000 | 1000100 |
Color Harmonies of #6BEFC1
Complementary color
Monochromatic Colors of #6BEFC1
Black with #6BEFC1
Text Example
Text Example
White with #6BEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFC1; }
p { color: rgb(107,239,193); }
H1.HeaderClassName
{
color: #6BEFC1;
}
.AnyTagClassName
{
color: #6BEFC1;
}
</style>
background-color css
<style>
a { background-color: #6BEFC1; }
a { background-color: rgb(107,239,193); }
div.DivClassName
{
background-color: #6BEFC1;
}
.BgClassName
{
background-color: #6BEFC1;
}
</style>
border-color css
<style>
span { border-color: #6BEFC1; }
span { border-color: rgb(107,239,193); }
td.TdClassName
{
border-color: #6BEFC1;
}
.TagClassName
{
border-color: #6BEFC1;
}
</style>