Shades of Aquamarine #6BEFD1
Tints of Aquamarine #6BEFD1
RGB
CMYK
RGB Variations
Color information
#6BEFD1 (or 0x6BEFD1) is known color: Aquamarine. HEX triplet: 6B, EF and D1. RGB value is (107,239,209). Sum of RGB (Red+Green+Blue) = 107+239+209=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFD1 is #94102E. Grayscale: #C4C4C4. Windows color (decimal): -9703471 or 13758315. OLE color: 13758315.
HSL color Cylindrical-coordinate representation of color #6BEFD1: hue angle of 166.36º 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 #6BEFD1 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 209 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.06 |
| HSL | 166.36º | 0.8% | 0.68% | - |
| HSV(B) | 166.36º | 0.55% | 0.94% | - |
| XYZ | 48.44 | 69.46 | 71.18 | - |
| YUV | 196.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 209 | 0.55 | 0 | 0.13 | 0.06 | 166.36 | 0.8 | 0.68 |
| Hex | 6B | EF | D1 | 37 | 0 | D | 6 | A6 | 50 | 44 |
| Octal | 153 | 357 | 321 | 67 | 0 | 15 | 6 | 246 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11010001 | 110111 | 0 | 1101 | 110 | 10100110 | 1010000 | 1000100 |
Color Harmonies of #6BEFD1
Complementary color
Monochromatic Colors of #6BEFD1
Black with #6BEFD1
Text Example
Text Example
White with #6BEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFD1; }
p { color: rgb(107,239,209); }
H1.HeaderClassName
{
color: #6BEFD1;
}
.AnyTagClassName
{
color: #6BEFD1;
}
</style>
background-color css
<style>
a { background-color: #6BEFD1; }
a { background-color: rgb(107,239,209); }
div.DivClassName
{
background-color: #6BEFD1;
}
.BgClassName
{
background-color: #6BEFD1;
}
</style>
border-color css
<style>
span { border-color: #6BEFD1; }
span { border-color: rgb(107,239,209); }
td.TdClassName
{
border-color: #6BEFD1;
}
.TagClassName
{
border-color: #6BEFD1;
}
</style>