#185E71

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

Shades of Orient #185E71

Tints of Orient #185E71

Color information

#185E71 (or 0x185E71) is unknown color: approx Orient. HEX triplet: 18, 5E and 71. RGB value is (24,94,113). Sum of RGB (Red+Green+Blue) = 24+94+113=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #185E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E71 is #E7A18E. Grayscale: #4B4B4B. Windows color (decimal): -15180175 or 7429656. OLE color: 7429656.

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

Color convert

RGB2494113-
CMYK0.790.1700.56
HSL192.81º64.96%26.86%-
HSV(B)192.81º78.76%44.31%-
XYZ7.369.3917.05-
YUV75.24149.3191.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=10.39%
G=40.69%
B=48.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24941130.790.1700.56192.8164.9626.86
Hex185E714F11038c1411b
Octal301361611172107030110133
Binary1100010111101110001100111110001011100011000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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