Shades of Aquamarine #6BF4DB
Tints of Aquamarine #6BF4DB
RGB
CMYK
RGB Variations
Color information
#6BF4DB (or 0x6BF4DB) is known color: Aquamarine. HEX triplet: 6B, F4 and DB. RGB value is (107,244,219). Sum of RGB (Red+Green+Blue) = 107+244+219=570 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.77% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #6BF4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF4DB is #940B24. Grayscale: #C8C8C8. Windows color (decimal): -9702181 or 14414955. OLE color: 14414955.
HSL color Cylindrical-coordinate representation of color #6BF4DB: hue angle of 169.05º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF4DB is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 244 | 219 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.04 |
| HSL | 169.05º | 0.86% | 0.69% | - |
| HSV(B) | 169.05º | 0.56% | 0.96% | - |
| XYZ | 51.2 | 72.94 | 78.4 | - |
| YUV | 200.19 | 138.61 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 244 | 219 | 0.56 | 0 | 0.10 | 0.04 | 169.05 | 0.86 | 0.69 |
| Hex | 6B | F4 | DB | 38 | 0 | A | 4 | A9 | 56 | 45 |
| Octal | 153 | 364 | 333 | 70 | 0 | 12 | 4 | 251 | 126 | 105 |
| Binary | 1101011 | 11110100 | 11011011 | 111000 | 0 | 1010 | 100 | 10101001 | 1010110 | 1000101 |
Color Harmonies of #6BF4DB
Complementary color
Monochromatic Colors of #6BF4DB
Black with #6BF4DB
Text Example
Text Example
White with #6BF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF4DB; }
p { color: rgb(107,244,219); }
H1.HeaderClassName
{
color: #6BF4DB;
}
.AnyTagClassName
{
color: #6BF4DB;
}
</style>
background-color css
<style>
a { background-color: #6BF4DB; }
a { background-color: rgb(107,244,219); }
div.DivClassName
{
background-color: #6BF4DB;
}
.BgClassName
{
background-color: #6BF4DB;
}
</style>
border-color css
<style>
span { border-color: #6BF4DB; }
span { border-color: rgb(107,244,219); }
td.TdClassName
{
border-color: #6BF4DB;
}
.TagClassName
{
border-color: #6BF4DB;
}
</style>