Shades of Pastel Green #6BEA8A
Tints of Pastel Green #6BEA8A
RGB
CMYK
RGB Variations
Color information
#6BEA8A (or 0x6BEA8A) is known color: Pastel Green. HEX triplet: 6B, EA and 8A. RGB value is (107,234,138). Sum of RGB (Red+Green+Blue) = 107+234+138=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEA8A is #941575. Grayscale: #B9B9B9. Windows color (decimal): -9704822 or 9103979. OLE color: 9103979.
HSL color Cylindrical-coordinate representation of color #6BEA8A: hue angle of 134.65º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEA8A is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 138 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.08 |
| HSL | 134.65º | 0.75% | 0.67% | - |
| HSV(B) | 134.65º | 0.54% | 0.92% | - |
| XYZ | 40.07 | 63.81 | 34.25 | - |
| YUV | 185.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 138 | 0.54 | 0 | 0.41 | 0.08 | 134.65 | 0.75 | 0.67 |
| Hex | 6B | EA | 8A | 36 | 0 | 29 | 8 | 87 | 4B | 43 |
| Octal | 153 | 352 | 212 | 66 | 0 | 51 | 10 | 207 | 113 | 103 |
| Binary | 1101011 | 11101010 | 10001010 | 110110 | 0 | 101001 | 1000 | 10000111 | 1001011 | 1000011 |
Color Harmonies of #6BEA8A
Complementary color
Monochromatic Colors of #6BEA8A
Black with #6BEA8A
Text Example
Text Example
White with #6BEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEA8A; }
p { color: rgb(107,234,138); }
H1.HeaderClassName
{
color: #6BEA8A;
}
.AnyTagClassName
{
color: #6BEA8A;
}
</style>
background-color css
<style>
a { background-color: #6BEA8A; }
a { background-color: rgb(107,234,138); }
div.DivClassName
{
background-color: #6BEA8A;
}
.BgClassName
{
background-color: #6BEA8A;
}
</style>
border-color css
<style>
span { border-color: #6BEA8A; }
span { border-color: rgb(107,234,138); }
td.TdClassName
{
border-color: #6BEA8A;
}
.TagClassName
{
border-color: #6BEA8A;
}
</style>