Shades of Orient #155D73
Tints of Orient #155D73
RGB
CMYK
RGB Variations
Color information
#155D73 (or 0x155D73) is known color: Orient. HEX triplet: 15, 5D and 73. RGB value is (21,93,115). Sum of RGB (Red+Green+Blue) = 21+93+115=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #155D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D73 is #EAA28C. Grayscale: #494949. Windows color (decimal): -15377037 or 7560469. OLE color: 7560469.
HSL color Cylindrical-coordinate representation of color #155D73: hue angle of 194.04º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155D73 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 93 | 115 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.55 |
| HSL | 194.04º | 0.69% | 0.27% | - |
| HSV(B) | 194.04º | 0.82% | 0.45% | - |
| XYZ | 7.32 | 9.23 | 17.61 | - |
| YUV | 73.98 | 151.15 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 115 | 0.82 | 0.19 | 0 | 0.55 | 194.04 | 0.69 | 0.27 |
| Hex | 15 | 5D | 73 | 52 | 13 | 0 | 37 | C2 | 45 | 1B |
| Octal | 25 | 135 | 163 | 122 | 23 | 0 | 67 | 302 | 105 | 33 |
| Binary | 10101 | 1011101 | 1110011 | 1010010 | 10011 | 0 | 110111 | 11000010 | 1000101 | 11011 |
Color Harmonies of #155D73
Complementary color
Monochromatic Colors of #155D73
Black with #155D73
Text Example
Text Example
White with #155D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D73; }
p { color: rgb(21,93,115); }
H1.HeaderClassName
{
color: #155D73;
}
.AnyTagClassName
{
color: #155D73;
}
</style>
background-color css
<style>
a { background-color: #155D73; }
a { background-color: rgb(21,93,115); }
div.DivClassName
{
background-color: #155D73;
}
.BgClassName
{
background-color: #155D73;
}
</style>
border-color css
<style>
span { border-color: #155D73; }
span { border-color: rgb(21,93,115); }
td.TdClassName
{
border-color: #155D73;
}
.TagClassName
{
border-color: #155D73;
}
</style>