Shades of Eden #135C50
Tints of Eden #135C50
RGB
CMYK
RGB Variations
Color information
#135C50 (or 0x135C50) is known color: Eden. HEX triplet: 13, 5C and 50. RGB value is (19,92,80). Sum of RGB (Red+Green+Blue) = 19+92+80=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #135C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C50 is #ECA3AF. Grayscale: #444444. Windows color (decimal): -15508400 or 5266451. OLE color: 5266451.
HSL color Cylindrical-coordinate representation of color #135C50: hue angle of 170.14º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C50 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 80 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.64 |
| HSL | 170.14º | 0.66% | 0.22% | - |
| HSV(B) | 170.14º | 0.79% | 0.36% | - |
| XYZ | 5.54 | 8.37 | 8.91 | - |
| YUV | 68.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 80 | 0.79 | 0 | 0.13 | 0.64 | 170.14 | 0.66 | 0.22 |
| Hex | 13 | 5C | 50 | 4F | 0 | D | 40 | AA | 42 | 16 |
| Octal | 23 | 134 | 120 | 117 | 0 | 15 | 100 | 252 | 102 | 26 |
| Binary | 10011 | 1011100 | 1010000 | 1001111 | 0 | 1101 | 1000000 | 10101010 | 1000010 | 10110 |
Color Harmonies of #135C50
Complementary color
Monochromatic Colors of #135C50
Black with #135C50
Text Example
Text Example
White with #135C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C50; }
p { color: rgb(19,92,80); }
H1.HeaderClassName
{
color: #135C50;
}
.AnyTagClassName
{
color: #135C50;
}
</style>
background-color css
<style>
a { background-color: #135C50; }
a { background-color: rgb(19,92,80); }
div.DivClassName
{
background-color: #135C50;
}
.BgClassName
{
background-color: #135C50;
}
</style>
border-color css
<style>
span { border-color: #135C50; }
span { border-color: rgb(19,92,80); }
td.TdClassName
{
border-color: #135C50;
}
.TagClassName
{
border-color: #135C50;
}
</style>