Shades of Aquamarine #6CF6DB
Tints of Aquamarine #6CF6DB
RGB
CMYK
RGB Variations
Color information
#6CF6DB (or 0x6CF6DB) is known color: Aquamarine. HEX triplet: 6C, F6 and DB. RGB value is (108,246,219). Sum of RGB (Red+Green+Blue) = 108+246+219=573 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.85% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #6CF6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF6DB is #930924. Grayscale: #C9C9C9. Windows color (decimal): -9636133 or 14415468. OLE color: 14415468.
HSL color Cylindrical-coordinate representation of color #6CF6DB: hue angle of 168.26º degrees, saturation: 0.88, 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 #6CF6DB is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 246 | 219 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.04 |
| HSL | 168.26º | 0.88% | 0.69% | - |
| HSV(B) | 168.26º | 0.56% | 0.96% | - |
| XYZ | 51.93 | 74.21 | 78.61 | - |
| YUV | 201.66 | 137.78 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 246 | 219 | 0.56 | 0 | 0.11 | 0.04 | 168.26 | 0.88 | 0.69 |
| Hex | 6C | F6 | DB | 38 | 0 | B | 4 | A8 | 58 | 45 |
| Octal | 154 | 366 | 333 | 70 | 0 | 13 | 4 | 250 | 130 | 105 |
| Binary | 1101100 | 11110110 | 11011011 | 111000 | 0 | 1011 | 100 | 10101000 | 1011000 | 1000101 |
Color Harmonies of #6CF6DB
Complementary color
Monochromatic Colors of #6CF6DB
Black with #6CF6DB
Text Example
Text Example
White with #6CF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF6DB; }
p { color: rgb(108,246,219); }
H1.HeaderClassName
{
color: #6CF6DB;
}
.AnyTagClassName
{
color: #6CF6DB;
}
</style>
background-color css
<style>
a { background-color: #6CF6DB; }
a { background-color: rgb(108,246,219); }
div.DivClassName
{
background-color: #6CF6DB;
}
.BgClassName
{
background-color: #6CF6DB;
}
</style>
border-color css
<style>
span { border-color: #6CF6DB; }
span { border-color: rgb(108,246,219); }
td.TdClassName
{
border-color: #6CF6DB;
}
.TagClassName
{
border-color: #6CF6DB;
}
</style>