Shades of Aquamarine #6BEFDB
Tints of Aquamarine #6BEFDB
RGB
CMYK
RGB Variations
Color information
#6BEFDB (or 0x6BEFDB) is known color: Aquamarine. HEX triplet: 6B, EF and DB. RGB value is (107,239,219). Sum of RGB (Red+Green+Blue) = 107+239+219=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFDB is #941024. Grayscale: #C5C5C5. Windows color (decimal): -9703461 or 14413675. OLE color: 14413675.
HSL color Cylindrical-coordinate representation of color #6BEFDB: hue angle of 170.91º degrees, saturation: 0.8, 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 #6BEFDB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 219 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.06 |
| HSL | 170.91º | 0.8% | 0.68% | - |
| HSV(B) | 170.91º | 0.55% | 0.94% | - |
| XYZ | 49.72 | 69.97 | 77.9 | - |
| YUV | 197.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 219 | 0.55 | 0 | 0.08 | 0.06 | 170.91 | 0.8 | 0.68 |
| Hex | 6B | EF | DB | 37 | 0 | 8 | 6 | AB | 50 | 44 |
| Octal | 153 | 357 | 333 | 67 | 0 | 10 | 6 | 253 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11011011 | 110111 | 0 | 1000 | 110 | 10101011 | 1010000 | 1000100 |
Color Harmonies of #6BEFDB
Complementary color
Monochromatic Colors of #6BEFDB
Black with #6BEFDB
Text Example
Text Example
White with #6BEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFDB; }
p { color: rgb(107,239,219); }
H1.HeaderClassName
{
color: #6BEFDB;
}
.AnyTagClassName
{
color: #6BEFDB;
}
</style>
background-color css
<style>
a { background-color: #6BEFDB; }
a { background-color: rgb(107,239,219); }
div.DivClassName
{
background-color: #6BEFDB;
}
.BgClassName
{
background-color: #6BEFDB;
}
</style>
border-color css
<style>
span { border-color: #6BEFDB; }
span { border-color: rgb(107,239,219); }
td.TdClassName
{
border-color: #6BEFDB;
}
.TagClassName
{
border-color: #6BEFDB;
}
</style>