Shades of Medium Aquamarine #6BE0A4
Tints of Medium Aquamarine #6BE0A4
RGB
CMYK
RGB Variations
Color information
#6BE0A4 (or 0x6BE0A4) is known color: Medium Aquamarine. HEX triplet: 6B, E0 and A4. RGB value is (107,224,164). Sum of RGB (Red+Green+Blue) = 107+224+164=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE0A4 is #941F5B. Grayscale: #B6B6B6. Windows color (decimal): -9707356 or 10805355. OLE color: 10805355.
HSL color Cylindrical-coordinate representation of color #6BE0A4: hue angle of 149.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE0A4 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 224 | 164 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.12 |
| HSL | 149.23º | 0.65% | 0.65% | - |
| HSV(B) | 149.23º | 0.52% | 0.88% | - |
| XYZ | 39.42 | 59.12 | 44.46 | - |
| YUV | 182.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 224 | 164 | 0.52 | 0 | 0.27 | 0.12 | 149.23 | 0.65 | 0.65 |
| Hex | 6B | E0 | A4 | 34 | 0 | 1B | C | 95 | 41 | 41 |
| Octal | 153 | 340 | 244 | 64 | 0 | 33 | 14 | 225 | 101 | 101 |
| Binary | 1101011 | 11100000 | 10100100 | 110100 | 0 | 11011 | 1100 | 10010101 | 1000001 | 1000001 |
Color Harmonies of #6BE0A4
Complementary color
Monochromatic Colors of #6BE0A4
Black with #6BE0A4
Text Example
Text Example
White with #6BE0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE0A4; }
p { color: rgb(107,224,164); }
H1.HeaderClassName
{
color: #6BE0A4;
}
.AnyTagClassName
{
color: #6BE0A4;
}
</style>
background-color css
<style>
a { background-color: #6BE0A4; }
a { background-color: rgb(107,224,164); }
div.DivClassName
{
background-color: #6BE0A4;
}
.BgClassName
{
background-color: #6BE0A4;
}
</style>
border-color css
<style>
span { border-color: #6BE0A4; }
span { border-color: rgb(107,224,164); }
td.TdClassName
{
border-color: #6BE0A4;
}
.TagClassName
{
border-color: #6BE0A4;
}
</style>