Shades of Eden #195A51
Tints of Eden #195A51
RGB
CMYK
RGB Variations
Color information
#195A51 (or 0x195A51) is known color: Eden. HEX triplet: 19, 5A and 51. RGB value is (25,90,81). Sum of RGB (Red+Green+Blue) = 25+90+81=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #195A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A51 is #E6A5AE. Grayscale: #454545. Windows color (decimal): -15115695 or 5331481. OLE color: 5331481.
HSL color Cylindrical-coordinate representation of color #195A51: hue angle of 171.69º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195A51 is Cyan = 0.72, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 90 | 81 | - |
| CMYK | 0.72 | 0 | 0.1 | 0.65 |
| HSL | 171.69º | 0.57% | 0.23% | - |
| HSV(B) | 171.69º | 0.72% | 0.35% | - |
| XYZ | 5.54 | 8.11 | 9.06 | - |
| YUV | 69.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 81 | 0.72 | 0 | 0.1 | 0.65 | 171.69 | 0.57 | 0.23 |
| Hex | 19 | 5A | 51 | 48 | 0 | A | 41 | AC | 39 | 17 |
| Octal | 31 | 132 | 121 | 110 | 0 | 12 | 101 | 254 | 71 | 27 |
| Binary | 11001 | 1011010 | 1010001 | 1001000 | 0 | 1010 | 1000001 | 10101100 | 111001 | 10111 |
Color Harmonies of #195A51
Complementary color
Monochromatic Colors of #195A51
Black with #195A51
Text Example
Text Example
White with #195A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A51; }
p { color: rgb(25,90,81); }
H1.HeaderClassName
{
color: #195A51;
}
.AnyTagClassName
{
color: #195A51;
}
</style>
background-color css
<style>
a { background-color: #195A51; }
a { background-color: rgb(25,90,81); }
div.DivClassName
{
background-color: #195A51;
}
.BgClassName
{
background-color: #195A51;
}
</style>
border-color css
<style>
span { border-color: #195A51; }
span { border-color: rgb(25,90,81); }
td.TdClassName
{
border-color: #195A51;
}
.TagClassName
{
border-color: #195A51;
}
</style>