Shades of Aquamarine #6BFFCF
Tints of Aquamarine #6BFFCF
RGB
CMYK
RGB Variations
Color information
#6BFFCF (or 0x6BFFCF) is known color: Aquamarine. HEX triplet: 6B, FF and CF. RGB value is (107,255,207). Sum of RGB (Red+Green+Blue) = 107+255+207=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFCF is #940030. Grayscale: #CDCDCD. Windows color (decimal): -9699377 or 13631339. OLE color: 13631339.
HSL color Cylindrical-coordinate representation of color #6BFFCF: hue angle of 160.54º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFCF is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 207 | - |
| CMYK | 0.58 | 0 | 0.19 | 0 |
| HSL | 160.54º | 1% | 0.71% | - |
| HSV(B) | 160.54º | 0.58% | 1% | - |
| XYZ | 53.09 | 79.15 | 71.51 | - |
| YUV | 205.28 | 128.97 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 207 | 0.58 | 0 | 0.19 | 0 | 160.54 | 1 | 0.71 |
| Hex | 6B | FF | CF | 3A | 0 | 13 | 0 | A1 | 64 | 47 |
| Octal | 153 | 377 | 317 | 72 | 0 | 23 | 0 | 241 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11001111 | 111010 | 0 | 10011 | 0 | 10100001 | 1100100 | 1000111 |
Color Harmonies of #6BFFCF
Complementary color
Monochromatic Colors of #6BFFCF
Black with #6BFFCF
Text Example
Text Example
White with #6BFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFCF; }
p { color: rgb(107,255,207); }
H1.HeaderClassName
{
color: #6BFFCF;
}
.AnyTagClassName
{
color: #6BFFCF;
}
</style>
background-color css
<style>
a { background-color: #6BFFCF; }
a { background-color: rgb(107,255,207); }
div.DivClassName
{
background-color: #6BFFCF;
}
.BgClassName
{
background-color: #6BFFCF;
}
</style>
border-color css
<style>
span { border-color: #6BFFCF; }
span { border-color: rgb(107,255,207); }
td.TdClassName
{
border-color: #6BFFCF;
}
.TagClassName
{
border-color: #6BFFCF;
}
</style>