Shades of Tiber #153D40
Tints of Tiber #153D40
RGB
CMYK
RGB Variations
Color information
#153D40 (or 0x153D40) is known color: Tiber. HEX triplet: 15, 3D and 40. RGB value is (21,61,64). Sum of RGB (Red+Green+Blue) = 21+61+64=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #153D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D40 is #EAC2BF. Grayscale: #313131. Windows color (decimal): -15385280 or 4209941. OLE color: 4209941.
HSL color Cylindrical-coordinate representation of color #153D40: hue angle of 184.19º 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 #153D40 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 61 | 64 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.75 |
| HSL | 184.19º | 0.51% | 0.17% | - |
| HSV(B) | 184.19º | 0.67% | 0.25% | - |
| XYZ | 2.9 | 3.87 | 5.44 | - |
| YUV | 49.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 64 | 0.67 | 0.05 | 0 | 0.75 | 184.19 | 0.51 | 0.17 |
| Hex | 15 | 3D | 40 | 43 | 5 | 0 | 4B | B8 | 33 | 11 |
| Octal | 25 | 75 | 100 | 103 | 5 | 0 | 113 | 270 | 63 | 21 |
| Binary | 10101 | 111101 | 1000000 | 1000011 | 101 | 0 | 1001011 | 10111000 | 110011 | 10001 |
Color Harmonies of #153D40
Complementary color
Monochromatic Colors of #153D40
Black with #153D40
Text Example
Text Example
White with #153D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D40; }
p { color: rgb(21,61,64); }
H1.HeaderClassName
{
color: #153D40;
}
.AnyTagClassName
{
color: #153D40;
}
</style>
background-color css
<style>
a { background-color: #153D40; }
a { background-color: rgb(21,61,64); }
div.DivClassName
{
background-color: #153D40;
}
.BgClassName
{
background-color: #153D40;
}
</style>
border-color css
<style>
span { border-color: #153D40; }
span { border-color: rgb(21,61,64); }
td.TdClassName
{
border-color: #153D40;
}
.TagClassName
{
border-color: #153D40;
}
</style>