Shades of Aquamarine #6BFDCF
Tints of Aquamarine #6BFDCF
RGB
CMYK
RGB Variations
Color information
#6BFDCF (or 0x6BFDCF) is known color: Aquamarine. HEX triplet: 6B, FD and CF. RGB value is (107,253,207). Sum of RGB (Red+Green+Blue) = 107+253+207=567 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.87% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDCF is #940230. Grayscale: #CCCCCC. Windows color (decimal): -9699889 or 13630827. OLE color: 13630827.
HSL color Cylindrical-coordinate representation of color #6BFDCF: hue angle of 161.1º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDCF is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 207 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.01 |
| HSL | 161.1º | 0.97% | 0.71% | - |
| HSV(B) | 161.1º | 0.58% | 0.99% | - |
| XYZ | 52.45 | 77.88 | 71.3 | - |
| YUV | 204.1 | 129.63 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 207 | 0.58 | 0 | 0.18 | 0.01 | 161.1 | 0.97 | 0.71 |
| Hex | 6B | FD | CF | 3A | 0 | 12 | 1 | A1 | 61 | 47 |
| Octal | 153 | 375 | 317 | 72 | 0 | 22 | 1 | 241 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11001111 | 111010 | 0 | 10010 | 1 | 10100001 | 1100001 | 1000111 |
Color Harmonies of #6BFDCF
Complementary color
Monochromatic Colors of #6BFDCF
Black with #6BFDCF
Text Example
Text Example
White with #6BFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDCF; }
p { color: rgb(107,253,207); }
H1.HeaderClassName
{
color: #6BFDCF;
}
.AnyTagClassName
{
color: #6BFDCF;
}
</style>
background-color css
<style>
a { background-color: #6BFDCF; }
a { background-color: rgb(107,253,207); }
div.DivClassName
{
background-color: #6BFDCF;
}
.BgClassName
{
background-color: #6BFDCF;
}
</style>
border-color css
<style>
span { border-color: #6BFDCF; }
span { border-color: rgb(107,253,207); }
td.TdClassName
{
border-color: #6BFDCF;
}
.TagClassName
{
border-color: #6BFDCF;
}
</style>