Shades of Aquamarine #6BEFD6
Tints of Aquamarine #6BEFD6
RGB
CMYK
RGB Variations
Color information
#6BEFD6 (or 0x6BEFD6) is known color: Aquamarine. HEX triplet: 6B, EF and D6. RGB value is (107,239,214). Sum of RGB (Red+Green+Blue) = 107+239+214=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFD6 is #941029. Grayscale: #C4C4C4. Windows color (decimal): -9703466 or 14085995. OLE color: 14085995.
HSL color Cylindrical-coordinate representation of color #6BEFD6: hue angle of 168.64º 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 #6BEFD6 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 214 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.06 |
| HSL | 168.64º | 0.8% | 0.68% | - |
| HSV(B) | 168.64º | 0.55% | 0.94% | - |
| XYZ | 49.07 | 69.71 | 74.49 | - |
| YUV | 196.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 214 | 0.55 | 0 | 0.10 | 0.06 | 168.64 | 0.8 | 0.68 |
| Hex | 6B | EF | D6 | 37 | 0 | A | 6 | A9 | 50 | 44 |
| Octal | 153 | 357 | 326 | 67 | 0 | 12 | 6 | 251 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11010110 | 110111 | 0 | 1010 | 110 | 10101001 | 1010000 | 1000100 |
Color Harmonies of #6BEFD6
Complementary color
Monochromatic Colors of #6BEFD6
Black with #6BEFD6
Text Example
Text Example
White with #6BEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFD6; }
p { color: rgb(107,239,214); }
H1.HeaderClassName
{
color: #6BEFD6;
}
.AnyTagClassName
{
color: #6BEFD6;
}
</style>
background-color css
<style>
a { background-color: #6BEFD6; }
a { background-color: rgb(107,239,214); }
div.DivClassName
{
background-color: #6BEFD6;
}
.BgClassName
{
background-color: #6BEFD6;
}
</style>
border-color css
<style>
span { border-color: #6BEFD6; }
span { border-color: rgb(107,239,214); }
td.TdClassName
{
border-color: #6BEFD6;
}
.TagClassName
{
border-color: #6BEFD6;
}
</style>