#185D4E

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

Shades of Evening Sea #185D4E

Tints of Evening Sea #185D4E

Color information

#185D4E (or 0x185D4E) is unknown color: approx Evening Sea. HEX triplet: 18, 5D and 4E. RGB value is (24,93,78). Sum of RGB (Red+Green+Blue) = 24+93+78=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #185D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D4E is #E7A2B1. Grayscale: #464646. Windows color (decimal): -15180466 or 5135640. OLE color: 5135640.

HSL color Cylindrical-coordinate representation of color #185D4E: hue angle of 166.96º degrees, saturation: 0.59, 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 #185D4E is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB249378-
CMYK0.7400.160.64
HSL166.96º58.97%22.94%-
HSV(B)166.96º74.19%36.47%-
XYZ5.678.578.56-
YUV70.66132.1494.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 78 (30.86% from 255) = 40%
R=12.31%
G=47.69%
B=40%

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
Decimal2493780.7400.160.64166.9658.9722.94
Hex185D4E4A01040a73b17
Octal301351161120201002477327
Binary1100010111011001110100101001000010000001010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,93,78); }

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

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

 a { background-color: rgb(24,93,78); }

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

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

 span { border-color: rgb(24,93,78); }

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