#155C73

Color #155C73 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #155C73

Tints of Orient #155C73

Color information

#155C73 (or 0x155C73) is unknown color: approx Orient. HEX triplet: 15, 5C and 73. RGB value is (21,92,115). Sum of RGB (Red+Green+Blue) = 21+92+115=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #155C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C73 is #EAA38C. Grayscale: #494949. Windows color (decimal): -15377293 or 7560213. OLE color: 7560213.

HSL color Cylindrical-coordinate representation of color #155C73: hue angle of 194.68º 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 #155C73 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2192115-
CMYK0.820.2000.55
HSL194.68º69.12%26.67%-
HSV(B)194.68º81.74%45.1%-
XYZ7.239.0517.59-
YUV73.39151.4890.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=9.21%
G=40.35%
B=50.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21921150.820.2000.55194.6869.1226.67
Hex155C735214037c3451b
Octal251341631222406730310533
Binary1010110111001110011101001010100011011111000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155C73; }

 p { color: rgb(21,92,115); }

 H1.HeaderClassName
 {
   color: #155C73;
 }
 .AnyTagClassName
 {
   color: #155C73;
 }
</style>
background-color css

<style>
 a { background-color: #155C73; }

 a { background-color: rgb(21,92,115); }

 div.DivClassName
 {
   background-color: #155C73;
 }
 .BgClassName
 {
   background-color: #155C73;
 }
</style>
border-color css

<style>
 span { border-color: #155C73; }

 span { border-color: rgb(21,92,115); }

 td.TdClassName
 {
   border-color: #155C73;
 }
 .TagClassName
 {
   border-color: #155C73;
 }
</style>