Shades of Aquamarine #6BF2DB
Tints of Aquamarine #6BF2DB
RGB
CMYK
RGB Variations
Color information
#6BF2DB (or 0x6BF2DB) is known color: Aquamarine. HEX triplet: 6B, F2 and DB. RGB value is (107,242,219). Sum of RGB (Red+Green+Blue) = 107+242+219=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2DB is #940D24. Grayscale: #C6C6C6. Windows color (decimal): -9702693 or 14414443. OLE color: 14414443.
HSL color Cylindrical-coordinate representation of color #6BF2DB: hue angle of 169.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2DB is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 219 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.05 |
| HSL | 169.78º | 0.84% | 0.68% | - |
| HSV(B) | 169.78º | 0.56% | 0.95% | - |
| XYZ | 50.6 | 71.74 | 78.2 | - |
| YUV | 199.01 | 139.27 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 219 | 0.56 | 0 | 0.10 | 0.05 | 169.78 | 0.84 | 0.68 |
| Hex | 6B | F2 | DB | 38 | 0 | A | 5 | AA | 54 | 44 |
| Octal | 153 | 362 | 333 | 70 | 0 | 12 | 5 | 252 | 124 | 104 |
| Binary | 1101011 | 11110010 | 11011011 | 111000 | 0 | 1010 | 101 | 10101010 | 1010100 | 1000100 |
Color Harmonies of #6BF2DB
Complementary color
Monochromatic Colors of #6BF2DB
Black with #6BF2DB
Text Example
Text Example
White with #6BF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2DB; }
p { color: rgb(107,242,219); }
H1.HeaderClassName
{
color: #6BF2DB;
}
.AnyTagClassName
{
color: #6BF2DB;
}
</style>
background-color css
<style>
a { background-color: #6BF2DB; }
a { background-color: rgb(107,242,219); }
div.DivClassName
{
background-color: #6BF2DB;
}
.BgClassName
{
background-color: #6BF2DB;
}
</style>
border-color css
<style>
span { border-color: #6BF2DB; }
span { border-color: rgb(107,242,219); }
td.TdClassName
{
border-color: #6BF2DB;
}
.TagClassName
{
border-color: #6BF2DB;
}
</style>