Shades of Aquamarine #6BF0DB
Tints of Aquamarine #6BF0DB
RGB
CMYK
RGB Variations
Color information
#6BF0DB (or 0x6BF0DB) is known color: Aquamarine. HEX triplet: 6B, F0 and DB. RGB value is (107,240,219). Sum of RGB (Red+Green+Blue) = 107+240+219=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF0DB is #940F24. Grayscale: #C5C5C5. Windows color (decimal): -9703205 or 14413931. OLE color: 14413931.
HSL color Cylindrical-coordinate representation of color #6BF0DB: hue angle of 170.53º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BF0DB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 240 | 219 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.06 |
| HSL | 170.53º | 0.82% | 0.68% | - |
| HSV(B) | 170.53º | 0.55% | 0.94% | - |
| XYZ | 50.01 | 70.56 | 78 | - |
| YUV | 197.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 240 | 219 | 0.55 | 0 | 0.09 | 0.06 | 170.53 | 0.82 | 0.68 |
| Hex | 6B | F0 | DB | 37 | 0 | 9 | 6 | AB | 52 | 44 |
| Octal | 153 | 360 | 333 | 67 | 0 | 11 | 6 | 253 | 122 | 104 |
| Binary | 1101011 | 11110000 | 11011011 | 110111 | 0 | 1001 | 110 | 10101011 | 1010010 | 1000100 |
Color Harmonies of #6BF0DB
Complementary color
Monochromatic Colors of #6BF0DB
Black with #6BF0DB
Text Example
Text Example
White with #6BF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF0DB; }
p { color: rgb(107,240,219); }
H1.HeaderClassName
{
color: #6BF0DB;
}
.AnyTagClassName
{
color: #6BF0DB;
}
</style>
background-color css
<style>
a { background-color: #6BF0DB; }
a { background-color: rgb(107,240,219); }
div.DivClassName
{
background-color: #6BF0DB;
}
.BgClassName
{
background-color: #6BF0DB;
}
</style>
border-color css
<style>
span { border-color: #6BF0DB; }
span { border-color: rgb(107,240,219); }
td.TdClassName
{
border-color: #6BF0DB;
}
.TagClassName
{
border-color: #6BF0DB;
}
</style>