Shades of Aquamarine #6BF2DF
Tints of Aquamarine #6BF2DF
RGB
CMYK
RGB Variations
Color information
#6BF2DF (or 0x6BF2DF) is known color: Aquamarine. HEX triplet: 6B, F2 and DF. RGB value is (107,242,223). Sum of RGB (Red+Green+Blue) = 107+242+223=572 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.71% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2DF is #940D20. Grayscale: #C7C7C7. Windows color (decimal): -9702689 or 14676587. OLE color: 14676587.
HSL color Cylindrical-coordinate representation of color #6BF2DF: hue angle of 171.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2DF is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 223 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.05 |
| HSL | 171.56º | 0.84% | 0.68% | - |
| HSV(B) | 171.56º | 0.56% | 0.95% | - |
| XYZ | 51.13 | 71.96 | 81.01 | - |
| YUV | 199.47 | 141.27 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 223 | 0.56 | 0 | 0.08 | 0.05 | 171.56 | 0.84 | 0.68 |
| Hex | 6B | F2 | DF | 38 | 0 | 8 | 5 | AC | 54 | 44 |
| Octal | 153 | 362 | 337 | 70 | 0 | 10 | 5 | 254 | 124 | 104 |
| Binary | 1101011 | 11110010 | 11011111 | 111000 | 0 | 1000 | 101 | 10101100 | 1010100 | 1000100 |
Color Harmonies of #6BF2DF
Complementary color
Monochromatic Colors of #6BF2DF
Black with #6BF2DF
Text Example
Text Example
White with #6BF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2DF; }
p { color: rgb(107,242,223); }
H1.HeaderClassName
{
color: #6BF2DF;
}
.AnyTagClassName
{
color: #6BF2DF;
}
</style>
background-color css
<style>
a { background-color: #6BF2DF; }
a { background-color: rgb(107,242,223); }
div.DivClassName
{
background-color: #6BF2DF;
}
.BgClassName
{
background-color: #6BF2DF;
}
</style>
border-color css
<style>
span { border-color: #6BF2DF; }
span { border-color: rgb(107,242,223); }
td.TdClassName
{
border-color: #6BF2DF;
}
.TagClassName
{
border-color: #6BF2DF;
}
</style>