Shades of Evening Sea #135E4B
Tints of Evening Sea #135E4B
RGB
CMYK
RGB Variations
Color information
#135E4B (or 0x135E4B) is known color: Evening Sea. HEX triplet: 13, 5E and 4B. RGB value is (19,94,75). Sum of RGB (Red+Green+Blue) = 19+94+75=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #135E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E4B is #ECA1B4. Grayscale: #454545. Windows color (decimal): -15507893 or 4939283. OLE color: 4939283.
HSL color Cylindrical-coordinate representation of color #135E4B: hue angle of 164.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E4B is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 94 | 75 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.63 |
| HSL | 164.8º | 0.66% | 0.22% | - |
| HSV(B) | 164.8º | 0.8% | 0.37% | - |
| XYZ | 5.54 | 8.65 | 8.03 | - |
| YUV | 69.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 75 | 0.80 | 0 | 0.20 | 0.63 | 164.8 | 0.66 | 0.22 |
| Hex | 13 | 5E | 4B | 50 | 0 | 14 | 3F | A5 | 42 | 16 |
| Octal | 23 | 136 | 113 | 120 | 0 | 24 | 77 | 245 | 102 | 26 |
| Binary | 10011 | 1011110 | 1001011 | 1010000 | 0 | 10100 | 111111 | 10100101 | 1000010 | 10110 |
Color Harmonies of #135E4B
Complementary color
Monochromatic Colors of #135E4B
Black with #135E4B
Text Example
Text Example
White with #135E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E4B; }
p { color: rgb(19,94,75); }
H1.HeaderClassName
{
color: #135E4B;
}
.AnyTagClassName
{
color: #135E4B;
}
</style>
background-color css
<style>
a { background-color: #135E4B; }
a { background-color: rgb(19,94,75); }
div.DivClassName
{
background-color: #135E4B;
}
.BgClassName
{
background-color: #135E4B;
}
</style>
border-color css
<style>
span { border-color: #135E4B; }
span { border-color: rgb(19,94,75); }
td.TdClassName
{
border-color: #135E4B;
}
.TagClassName
{
border-color: #135E4B;
}
</style>