Shades of Aquamarine #6BEBCF
Tints of Aquamarine #6BEBCF
RGB
CMYK
RGB Variations
Color information
#6BEBCF (or 0x6BEBCF) is known color: Aquamarine. HEX triplet: 6B, EB and CF. RGB value is (107,235,207). Sum of RGB (Red+Green+Blue) = 107+235+207=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBCF is #941430. Grayscale: #C1C1C1. Windows color (decimal): -9704497 or 13626219. OLE color: 13626219.
HSL color Cylindrical-coordinate representation of color #6BEBCF: hue angle of 166.88º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBCF is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 207 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.08 |
| HSL | 166.88º | 0.76% | 0.67% | - |
| HSV(B) | 166.88º | 0.54% | 0.92% | - |
| XYZ | 47.03 | 67.05 | 69.49 | - |
| YUV | 193.54 | 135.59 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 207 | 0.54 | 0 | 0.12 | 0.08 | 166.88 | 0.76 | 0.67 |
| Hex | 6B | EB | CF | 36 | 0 | C | 8 | A7 | 4C | 43 |
| Octal | 153 | 353 | 317 | 66 | 0 | 14 | 10 | 247 | 114 | 103 |
| Binary | 1101011 | 11101011 | 11001111 | 110110 | 0 | 1100 | 1000 | 10100111 | 1001100 | 1000011 |
Color Harmonies of #6BEBCF
Complementary color
Monochromatic Colors of #6BEBCF
Black with #6BEBCF
Text Example
Text Example
White with #6BEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBCF; }
p { color: rgb(107,235,207); }
H1.HeaderClassName
{
color: #6BEBCF;
}
.AnyTagClassName
{
color: #6BEBCF;
}
</style>
background-color css
<style>
a { background-color: #6BEBCF; }
a { background-color: rgb(107,235,207); }
div.DivClassName
{
background-color: #6BEBCF;
}
.BgClassName
{
background-color: #6BEBCF;
}
</style>
border-color css
<style>
span { border-color: #6BEBCF; }
span { border-color: rgb(107,235,207); }
td.TdClassName
{
border-color: #6BEBCF;
}
.TagClassName
{
border-color: #6BEBCF;
}
</style>