Shades of Aquamarine #6BEFC5
Tints of Aquamarine #6BEFC5
RGB
CMYK
RGB Variations
Color information
#6BEFC5 (or 0x6BEFC5) is known color: Aquamarine. HEX triplet: 6B, EF and C5. RGB value is (107,239,197). Sum of RGB (Red+Green+Blue) = 107+239+197=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFC5 is #94103A. Grayscale: #C2C2C2. Windows color (decimal): -9703483 or 12971883. OLE color: 12971883.
HSL color Cylindrical-coordinate representation of color #6BEFC5: hue angle of 160.91º 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 #6BEFC5 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 197 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.06 |
| HSL | 160.91º | 0.8% | 0.68% | - |
| HSV(B) | 160.91º | 0.55% | 0.94% | - |
| XYZ | 47.01 | 68.89 | 63.64 | - |
| YUV | 194.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 197 | 0.55 | 0 | 0.18 | 0.06 | 160.91 | 0.8 | 0.68 |
| Hex | 6B | EF | C5 | 37 | 0 | 12 | 6 | A1 | 50 | 44 |
| Octal | 153 | 357 | 305 | 67 | 0 | 22 | 6 | 241 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11000101 | 110111 | 0 | 10010 | 110 | 10100001 | 1010000 | 1000100 |
Color Harmonies of #6BEFC5
Complementary color
Monochromatic Colors of #6BEFC5
Black with #6BEFC5
Text Example
Text Example
White with #6BEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFC5; }
p { color: rgb(107,239,197); }
H1.HeaderClassName
{
color: #6BEFC5;
}
.AnyTagClassName
{
color: #6BEFC5;
}
</style>
background-color css
<style>
a { background-color: #6BEFC5; }
a { background-color: rgb(107,239,197); }
div.DivClassName
{
background-color: #6BEFC5;
}
.BgClassName
{
background-color: #6BEFC5;
}
</style>
border-color css
<style>
span { border-color: #6BEFC5; }
span { border-color: rgb(107,239,197); }
td.TdClassName
{
border-color: #6BEFC5;
}
.TagClassName
{
border-color: #6BEFC5;
}
</style>