Shades of Pastel Green #69EA8B
Tints of Pastel Green #69EA8B
RGB
CMYK
RGB Variations
Color information
#69EA8B (or 0x69EA8B) is known color: Pastel Green. HEX triplet: 69, EA and 8B. RGB value is (105,234,139). Sum of RGB (Red+Green+Blue) = 105+234+139=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #69EA8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EA8B is #961574. Grayscale: #B8B8B8. Windows color (decimal): -9835893 or 9169513. OLE color: 9169513.
HSL color Cylindrical-coordinate representation of color #69EA8B: hue angle of 135.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EA8B is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 234 | 139 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.08 |
| HSL | 135.81º | 0.75% | 0.66% | - |
| HSV(B) | 135.81º | 0.55% | 0.92% | - |
| XYZ | 39.91 | 63.71 | 34.62 | - |
| YUV | 184.6 | 102.26 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 234 | 139 | 0.55 | 0 | 0.41 | 0.08 | 135.81 | 0.75 | 0.66 |
| Hex | 69 | EA | 8B | 37 | 0 | 29 | 8 | 88 | 4B | 42 |
| Octal | 151 | 352 | 213 | 67 | 0 | 51 | 10 | 210 | 113 | 102 |
| Binary | 1101001 | 11101010 | 10001011 | 110111 | 0 | 101001 | 1000 | 10001000 | 1001011 | 1000010 |
Color Harmonies of #69EA8B
Complementary color
Monochromatic Colors of #69EA8B
Black with #69EA8B
Text Example
Text Example
White with #69EA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EA8B; }
p { color: rgb(105,234,139); }
H1.HeaderClassName
{
color: #69EA8B;
}
.AnyTagClassName
{
color: #69EA8B;
}
</style>
background-color css
<style>
a { background-color: #69EA8B; }
a { background-color: rgb(105,234,139); }
div.DivClassName
{
background-color: #69EA8B;
}
.BgClassName
{
background-color: #69EA8B;
}
</style>
border-color css
<style>
span { border-color: #69EA8B; }
span { border-color: rgb(105,234,139); }
td.TdClassName
{
border-color: #69EA8B;
}
.TagClassName
{
border-color: #69EA8B;
}
</style>