Shades of Aquamarine #6BF3DB
Tints of Aquamarine #6BF3DB
RGB
CMYK
RGB Variations
Color information
#6BF3DB (or 0x6BF3DB) is known color: Aquamarine. HEX triplet: 6B, F3 and DB. RGB value is (107,243,219). Sum of RGB (Red+Green+Blue) = 107+243+219=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #6BF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF3DB is #940C24. Grayscale: #C7C7C7. Windows color (decimal): -9702437 or 14414699. OLE color: 14414699.
HSL color Cylindrical-coordinate representation of color #6BF3DB: hue angle of 169.41º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF3DB is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 243 | 219 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.05 |
| HSL | 169.41º | 0.85% | 0.69% | - |
| HSV(B) | 169.41º | 0.56% | 0.95% | - |
| XYZ | 50.9 | 72.34 | 78.3 | - |
| YUV | 199.6 | 138.94 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 243 | 219 | 0.56 | 0 | 0.10 | 0.05 | 169.41 | 0.85 | 0.69 |
| Hex | 6B | F3 | DB | 38 | 0 | A | 5 | A9 | 55 | 45 |
| Octal | 153 | 363 | 333 | 70 | 0 | 12 | 5 | 251 | 125 | 105 |
| Binary | 1101011 | 11110011 | 11011011 | 111000 | 0 | 1010 | 101 | 10101001 | 1010101 | 1000101 |
Color Harmonies of #6BF3DB
Complementary color
Monochromatic Colors of #6BF3DB
Black with #6BF3DB
Text Example
Text Example
White with #6BF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF3DB; }
p { color: rgb(107,243,219); }
H1.HeaderClassName
{
color: #6BF3DB;
}
.AnyTagClassName
{
color: #6BF3DB;
}
</style>
background-color css
<style>
a { background-color: #6BF3DB; }
a { background-color: rgb(107,243,219); }
div.DivClassName
{
background-color: #6BF3DB;
}
.BgClassName
{
background-color: #6BF3DB;
}
</style>
border-color css
<style>
span { border-color: #6BF3DB; }
span { border-color: rgb(107,243,219); }
td.TdClassName
{
border-color: #6BF3DB;
}
.TagClassName
{
border-color: #6BF3DB;
}
</style>