Shades of Tiber #153E40
Tints of Tiber #153E40
RGB
CMYK
RGB Variations
Color information
#153E40 (or 0x153E40) is known color: Tiber. HEX triplet: 15, 3E and 40. RGB value is (21,62,64). Sum of RGB (Red+Green+Blue) = 21+62+64=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #153E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E40 is #EAC1BF. Grayscale: #313131. Windows color (decimal): -15385024 or 4210197. OLE color: 4210197.
HSL color Cylindrical-coordinate representation of color #153E40: hue angle of 182.79º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153E40 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 62 | 64 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.75 |
| HSL | 182.79º | 0.51% | 0.17% | - |
| HSV(B) | 182.79º | 0.67% | 0.25% | - |
| XYZ | 2.96 | 3.97 | 5.46 | - |
| YUV | 49.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 64 | 0.67 | 0.03 | 0 | 0.75 | 182.79 | 0.51 | 0.17 |
| Hex | 15 | 3E | 40 | 43 | 3 | 0 | 4B | B7 | 33 | 11 |
| Octal | 25 | 76 | 100 | 103 | 3 | 0 | 113 | 267 | 63 | 21 |
| Binary | 10101 | 111110 | 1000000 | 1000011 | 11 | 0 | 1001011 | 10110111 | 110011 | 10001 |
Color Harmonies of #153E40
Complementary color
Monochromatic Colors of #153E40
Black with #153E40
Text Example
Text Example
White with #153E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E40; }
p { color: rgb(21,62,64); }
H1.HeaderClassName
{
color: #153E40;
}
.AnyTagClassName
{
color: #153E40;
}
</style>
background-color css
<style>
a { background-color: #153E40; }
a { background-color: rgb(21,62,64); }
div.DivClassName
{
background-color: #153E40;
}
.BgClassName
{
background-color: #153E40;
}
</style>
border-color css
<style>
span { border-color: #153E40; }
span { border-color: rgb(21,62,64); }
td.TdClassName
{
border-color: #153E40;
}
.TagClassName
{
border-color: #153E40;
}
</style>