Shades of Aquamarine #6BFDDB
Tints of Aquamarine #6BFDDB
RGB
CMYK
RGB Variations
Color information
#6BFDDB (or 0x6BFDDB) is known color: Aquamarine. HEX triplet: 6B, FD and DB. RGB value is (107,253,219). Sum of RGB (Red+Green+Blue) = 107+253+219=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDDB is #940224. Grayscale: #CDCDCD. Windows color (decimal): -9699877 or 14417259. OLE color: 14417259.
HSL color Cylindrical-coordinate representation of color #6BFDDB: hue angle of 166.03º 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 #6BFDDB is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 219 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.01 |
| HSL | 166.03º | 0.97% | 0.71% | - |
| HSV(B) | 166.03º | 0.58% | 0.99% | - |
| XYZ | 53.97 | 78.49 | 79.32 | - |
| YUV | 205.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 219 | 0.58 | 0 | 0.13 | 0.01 | 166.03 | 0.97 | 0.71 |
| Hex | 6B | FD | DB | 3A | 0 | D | 1 | A6 | 61 | 47 |
| Octal | 153 | 375 | 333 | 72 | 0 | 15 | 1 | 246 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11011011 | 111010 | 0 | 1101 | 1 | 10100110 | 1100001 | 1000111 |
Color Harmonies of #6BFDDB
Complementary color
Monochromatic Colors of #6BFDDB
Black with #6BFDDB
Text Example
Text Example
White with #6BFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDDB; }
p { color: rgb(107,253,219); }
H1.HeaderClassName
{
color: #6BFDDB;
}
.AnyTagClassName
{
color: #6BFDDB;
}
</style>
background-color css
<style>
a { background-color: #6BFDDB; }
a { background-color: rgb(107,253,219); }
div.DivClassName
{
background-color: #6BFDDB;
}
.BgClassName
{
background-color: #6BFDDB;
}
</style>
border-color css
<style>
span { border-color: #6BFDDB; }
span { border-color: rgb(107,253,219); }
td.TdClassName
{
border-color: #6BFDDB;
}
.TagClassName
{
border-color: #6BFDDB;
}
</style>