Shades of Eden #135A4E
Tints of Eden #135A4E
RGB
CMYK
RGB Variations
Color information
#135A4E (or 0x135A4E) is known color: Eden. HEX triplet: 13, 5A and 4E. RGB value is (19,90,78). Sum of RGB (Red+Green+Blue) = 19+90+78=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #135A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A4E is #ECA5B1. Grayscale: #434343. Windows color (decimal): -15508914 or 5134867. OLE color: 5134867.
HSL color Cylindrical-coordinate representation of color #135A4E: hue angle of 169.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A4E is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 78 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.65 |
| HSL | 169.86º | 0.65% | 0.21% | - |
| HSV(B) | 169.86º | 0.79% | 0.35% | - |
| XYZ | 5.3 | 8 | 8.47 | - |
| YUV | 67.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 78 | 0.79 | 0 | 0.13 | 0.65 | 169.86 | 0.65 | 0.21 |
| Hex | 13 | 5A | 4E | 4F | 0 | D | 41 | AA | 41 | 15 |
| Octal | 23 | 132 | 116 | 117 | 0 | 15 | 101 | 252 | 101 | 25 |
| Binary | 10011 | 1011010 | 1001110 | 1001111 | 0 | 1101 | 1000001 | 10101010 | 1000001 | 10101 |
Color Harmonies of #135A4E
Complementary color
Monochromatic Colors of #135A4E
Black with #135A4E
Text Example
Text Example
White with #135A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A4E; }
p { color: rgb(19,90,78); }
H1.HeaderClassName
{
color: #135A4E;
}
.AnyTagClassName
{
color: #135A4E;
}
</style>
background-color css
<style>
a { background-color: #135A4E; }
a { background-color: rgb(19,90,78); }
div.DivClassName
{
background-color: #135A4E;
}
.BgClassName
{
background-color: #135A4E;
}
</style>
border-color css
<style>
span { border-color: #135A4E; }
span { border-color: rgb(19,90,78); }
td.TdClassName
{
border-color: #135A4E;
}
.TagClassName
{
border-color: #135A4E;
}
</style>