Shades of Aquamarine #6BFADE
Tints of Aquamarine #6BFADE
RGB
CMYK
RGB Variations
Color information
#6BFADE (or 0x6BFADE) is known color: Aquamarine. HEX triplet: 6B, FA and DE. RGB value is (107,250,222). Sum of RGB (Red+Green+Blue) = 107+250+222=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFADE is #940521. Grayscale: #CCCCCC. Windows color (decimal): -9700642 or 14613099. OLE color: 14613099.
HSL color Cylindrical-coordinate representation of color #6BFADE: hue angle of 168.25º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFADE is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 222 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.02 |
| HSL | 168.25º | 0.93% | 0.7% | - |
| HSV(B) | 168.25º | 0.57% | 0.98% | - |
| XYZ | 53.43 | 76.77 | 81.11 | - |
| YUV | 204.05 | 138.12 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 222 | 0.57 | 0 | 0.11 | 0.02 | 168.25 | 0.93 | 0.7 |
| Hex | 6B | FA | DE | 39 | 0 | B | 2 | A8 | 5D | 46 |
| Octal | 153 | 372 | 336 | 71 | 0 | 13 | 2 | 250 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11011110 | 111001 | 0 | 1011 | 10 | 10101000 | 1011101 | 1000110 |
Color Harmonies of #6BFADE
Complementary color
Monochromatic Colors of #6BFADE
Black with #6BFADE
Text Example
Text Example
White with #6BFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFADE; }
p { color: rgb(107,250,222); }
H1.HeaderClassName
{
color: #6BFADE;
}
.AnyTagClassName
{
color: #6BFADE;
}
</style>
background-color css
<style>
a { background-color: #6BFADE; }
a { background-color: rgb(107,250,222); }
div.DivClassName
{
background-color: #6BFADE;
}
.BgClassName
{
background-color: #6BFADE;
}
</style>
border-color css
<style>
span { border-color: #6BFADE; }
span { border-color: rgb(107,250,222); }
td.TdClassName
{
border-color: #6BFADE;
}
.TagClassName
{
border-color: #6BFADE;
}
</style>