Shades of Aquamarine #6BF1DB
Tints of Aquamarine #6BF1DB
RGB
CMYK
RGB Variations
Color information
#6BF1DB (or 0x6BF1DB) is known color: Aquamarine. HEX triplet: 6B, F1 and DB. RGB value is (107,241,219). Sum of RGB (Red+Green+Blue) = 107+241+219=567 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.87% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF1DB is #940E24. Grayscale: #C6C6C6. Windows color (decimal): -9702949 or 14414187. OLE color: 14414187.
HSL color Cylindrical-coordinate representation of color #6BF1DB: hue angle of 170.15º degrees, saturation: 0.83, 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 #6BF1DB is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 219 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.05 |
| HSL | 170.15º | 0.83% | 0.68% | - |
| HSV(B) | 170.15º | 0.56% | 0.95% | - |
| XYZ | 50.3 | 71.15 | 78.1 | - |
| YUV | 198.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 219 | 0.56 | 0 | 0.09 | 0.05 | 170.15 | 0.83 | 0.68 |
| Hex | 6B | F1 | DB | 38 | 0 | 9 | 5 | AA | 53 | 44 |
| Octal | 153 | 361 | 333 | 70 | 0 | 11 | 5 | 252 | 123 | 104 |
| Binary | 1101011 | 11110001 | 11011011 | 111000 | 0 | 1001 | 101 | 10101010 | 1010011 | 1000100 |
Color Harmonies of #6BF1DB
Complementary color
Monochromatic Colors of #6BF1DB
Black with #6BF1DB
Text Example
Text Example
White with #6BF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF1DB; }
p { color: rgb(107,241,219); }
H1.HeaderClassName
{
color: #6BF1DB;
}
.AnyTagClassName
{
color: #6BF1DB;
}
</style>
background-color css
<style>
a { background-color: #6BF1DB; }
a { background-color: rgb(107,241,219); }
div.DivClassName
{
background-color: #6BF1DB;
}
.BgClassName
{
background-color: #6BF1DB;
}
</style>
border-color css
<style>
span { border-color: #6BF1DB; }
span { border-color: rgb(107,241,219); }
td.TdClassName
{
border-color: #6BF1DB;
}
.TagClassName
{
border-color: #6BF1DB;
}
</style>