Shades of Medium Aquamarine #6BF2AD
Tints of Medium Aquamarine #6BF2AD
RGB
CMYK
RGB Variations
Color information
#6BF2AD (or 0x6BF2AD) is known color: Medium Aquamarine. HEX triplet: 6B, F2 and AD. RGB value is (107,242,173). Sum of RGB (Red+Green+Blue) = 107+242+173=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF2AD is #940D52. Grayscale: #C1C1C1. Windows color (decimal): -9702739 or 11399787. OLE color: 11399787.
HSL color Cylindrical-coordinate representation of color #6BF2AD: hue angle of 149.33º 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 #6BF2AD is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 173 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.05 |
| HSL | 149.33º | 0.84% | 0.68% | - |
| HSV(B) | 149.33º | 0.56% | 0.95% | - |
| XYZ | 45.36 | 69.65 | 50.59 | - |
| YUV | 193.77 | 116.27 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 173 | 0.56 | 0 | 0.29 | 0.05 | 149.33 | 0.84 | 0.68 |
| Hex | 6B | F2 | AD | 38 | 0 | 1D | 5 | 95 | 54 | 44 |
| Octal | 153 | 362 | 255 | 70 | 0 | 35 | 5 | 225 | 124 | 104 |
| Binary | 1101011 | 11110010 | 10101101 | 111000 | 0 | 11101 | 101 | 10010101 | 1010100 | 1000100 |
Color Harmonies of #6BF2AD
Complementary color
Monochromatic Colors of #6BF2AD
Black with #6BF2AD
Text Example
Text Example
White with #6BF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2AD; }
p { color: rgb(107,242,173); }
H1.HeaderClassName
{
color: #6BF2AD;
}
.AnyTagClassName
{
color: #6BF2AD;
}
</style>
background-color css
<style>
a { background-color: #6BF2AD; }
a { background-color: rgb(107,242,173); }
div.DivClassName
{
background-color: #6BF2AD;
}
.BgClassName
{
background-color: #6BF2AD;
}
</style>
border-color css
<style>
span { border-color: #6BF2AD; }
span { border-color: rgb(107,242,173); }
td.TdClassName
{
border-color: #6BF2AD;
}
.TagClassName
{
border-color: #6BF2AD;
}
</style>