Shades of Aquamarine #6BEFCF
Tints of Aquamarine #6BEFCF
RGB
CMYK
RGB Variations
Color information
#6BEFCF (or 0x6BEFCF) is known color: Aquamarine. HEX triplet: 6B, EF and CF. RGB value is (107,239,207). Sum of RGB (Red+Green+Blue) = 107+239+207=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFCF is #941030. Grayscale: #C3C3C3. Windows color (decimal): -9703473 or 13627243. OLE color: 13627243.
HSL color Cylindrical-coordinate representation of color #6BEFCF: hue angle of 165.45º 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 #6BEFCF is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 207 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.06 |
| HSL | 165.45º | 0.8% | 0.68% | - |
| HSV(B) | 165.45º | 0.55% | 0.94% | - |
| XYZ | 48.19 | 69.36 | 69.88 | - |
| YUV | 195.88 | 134.27 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 207 | 0.55 | 0 | 0.13 | 0.06 | 165.45 | 0.8 | 0.68 |
| Hex | 6B | EF | CF | 37 | 0 | D | 6 | A5 | 50 | 44 |
| Octal | 153 | 357 | 317 | 67 | 0 | 15 | 6 | 245 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11001111 | 110111 | 0 | 1101 | 110 | 10100101 | 1010000 | 1000100 |
Color Harmonies of #6BEFCF
Complementary color
Monochromatic Colors of #6BEFCF
Black with #6BEFCF
Text Example
Text Example
White with #6BEFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFCF; }
p { color: rgb(107,239,207); }
H1.HeaderClassName
{
color: #6BEFCF;
}
.AnyTagClassName
{
color: #6BEFCF;
}
</style>
background-color css
<style>
a { background-color: #6BEFCF; }
a { background-color: rgb(107,239,207); }
div.DivClassName
{
background-color: #6BEFCF;
}
.BgClassName
{
background-color: #6BEFCF;
}
</style>
border-color css
<style>
span { border-color: #6BEFCF; }
span { border-color: rgb(107,239,207); }
td.TdClassName
{
border-color: #6BEFCF;
}
.TagClassName
{
border-color: #6BEFCF;
}
</style>