Shades of Aquamarine #6BEFD7
Tints of Aquamarine #6BEFD7
RGB
CMYK
RGB Variations
Color information
#6BEFD7 (or 0x6BEFD7) is known color: Aquamarine. HEX triplet: 6B, EF and D7. RGB value is (107,239,215). Sum of RGB (Red+Green+Blue) = 107+239+215=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFD7 is #941028. Grayscale: #C4C4C4. Windows color (decimal): -9703465 or 14151531. OLE color: 14151531.
HSL color Cylindrical-coordinate representation of color #6BEFD7: hue angle of 169.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 #6BEFD7 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 215 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.06 |
| HSL | 169.09º | 0.8% | 0.68% | - |
| HSV(B) | 169.09º | 0.55% | 0.94% | - |
| XYZ | 49.2 | 69.77 | 75.16 | - |
| YUV | 196.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 215 | 0.55 | 0 | 0.10 | 0.06 | 169.09 | 0.8 | 0.68 |
| Hex | 6B | EF | D7 | 37 | 0 | A | 6 | A9 | 50 | 44 |
| Octal | 153 | 357 | 327 | 67 | 0 | 12 | 6 | 251 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11010111 | 110111 | 0 | 1010 | 110 | 10101001 | 1010000 | 1000100 |
Color Harmonies of #6BEFD7
Complementary color
Monochromatic Colors of #6BEFD7
Black with #6BEFD7
Text Example
Text Example
White with #6BEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFD7; }
p { color: rgb(107,239,215); }
H1.HeaderClassName
{
color: #6BEFD7;
}
.AnyTagClassName
{
color: #6BEFD7;
}
</style>
background-color css
<style>
a { background-color: #6BEFD7; }
a { background-color: rgb(107,239,215); }
div.DivClassName
{
background-color: #6BEFD7;
}
.BgClassName
{
background-color: #6BEFD7;
}
</style>
border-color css
<style>
span { border-color: #6BEFD7; }
span { border-color: rgb(107,239,215); }
td.TdClassName
{
border-color: #6BEFD7;
}
.TagClassName
{
border-color: #6BEFD7;
}
</style>