Shades of Tiber #153D3C
Tints of Tiber #153D3C
RGB
CMYK
RGB Variations
Color information
#153D3C (or 0x153D3C) is known color: Tiber. HEX triplet: 15, 3D and 3C. RGB value is (21,61,60). Sum of RGB (Red+Green+Blue) = 21+61+60=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #153D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D3C is #EAC2C3. Grayscale: #303030. Windows color (decimal): -15385284 or 3947797. OLE color: 3947797.
HSL color Cylindrical-coordinate representation of color #153D3C: hue angle of 178.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153D3C is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 60 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.76 |
| HSL | 178.5º | 0.49% | 0.16% | - |
| HSV(B) | 178.5º | 0.66% | 0.24% | - |
| XYZ | 2.79 | 3.82 | 4.87 | - |
| YUV | 48.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 60 | 0.66 | 0 | 0.02 | 0.76 | 178.5 | 0.49 | 0.16 |
| Hex | 15 | 3D | 3C | 42 | 0 | 2 | 4C | B2 | 31 | 10 |
| Octal | 25 | 75 | 74 | 102 | 0 | 2 | 114 | 262 | 61 | 20 |
| Binary | 10101 | 111101 | 111100 | 1000010 | 0 | 10 | 1001100 | 10110010 | 110001 | 10000 |
Color Harmonies of #153D3C
Complementary color
Monochromatic Colors of #153D3C
Black with #153D3C
Text Example
Text Example
White with #153D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D3C; }
p { color: rgb(21,61,60); }
H1.HeaderClassName
{
color: #153D3C;
}
.AnyTagClassName
{
color: #153D3C;
}
</style>
background-color css
<style>
a { background-color: #153D3C; }
a { background-color: rgb(21,61,60); }
div.DivClassName
{
background-color: #153D3C;
}
.BgClassName
{
background-color: #153D3C;
}
</style>
border-color css
<style>
span { border-color: #153D3C; }
span { border-color: rgb(21,61,60); }
td.TdClassName
{
border-color: #153D3C;
}
.TagClassName
{
border-color: #153D3C;
}
</style>