#185B4C

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

Shades of Evening Sea #185B4C

Tints of Evening Sea #185B4C

Color information

#185B4C (or 0x185B4C) is unknown color: approx Evening Sea. HEX triplet: 18, 5B and 4C. RGB value is (24,91,76). Sum of RGB (Red+Green+Blue) = 24+91+76=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #185B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B4C is #E7A4B3. Grayscale: #454545. Windows color (decimal): -15180980 or 5004056. OLE color: 5004056.

HSL color Cylindrical-coordinate representation of color #185B4C: hue angle of 166.57º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B4C is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB249176-
CMYK0.7400.160.64
HSL166.57º58.26%22.55%-
HSV(B)166.57º73.63%35.69%-
XYZ5.428.28.13-
YUV69.26131.895.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 91 (35.94% from 255) = 47.64%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=12.57%
G=47.64%
B=39.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2491760.7400.160.64166.5758.2622.55
Hex185B4C4A01040a73a17
Octal301331141120201002477227
Binary1100010110111001100100101001000010000001010011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,91,76); }

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

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

 a { background-color: rgb(24,91,76); }

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

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

 span { border-color: rgb(24,91,76); }

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