#185E73

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

Shades of Orient #185E73

Tints of Orient #185E73

Color information

#185E73 (or 0x185E73) is unknown color: approx Orient. HEX triplet: 18, 5E and 73. RGB value is (24,94,115). Sum of RGB (Red+Green+Blue) = 24+94+115=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #185E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E73 is #E7A18C. Grayscale: #4B4B4B. Windows color (decimal): -15180173 or 7560728. OLE color: 7560728.

HSL color Cylindrical-coordinate representation of color #185E73: hue angle of 193.85º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185E73 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2494115-
CMYK0.790.1800.55
HSL193.85º65.47%27.25%-
HSV(B)193.85º79.13%45.1%-
XYZ7.479.4417.65-
YUV75.46150.3191.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=10.30%
G=40.34%
B=49.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24941150.790.1800.55193.8565.4727.25
Hex185E734F12037c2411b
Octal301361631172206730210133
Binary1100010111101110011100111110010011011111000010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185E73; }

 p { color: rgb(24,94,115); }

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

<style>
 a { background-color: #185E73; }

 a { background-color: rgb(24,94,115); }

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

<style>
 span { border-color: #185E73; }

 span { border-color: rgb(24,94,115); }

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