#186A4C

Color #186A4C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #186A4C

Tints of Jewel #186A4C

Color information

#186A4C (or 0x186A4C) is unknown color: approx Jewel. HEX triplet: 18, 6A and 4C. RGB value is (24,106,76). Sum of RGB (Red+Green+Blue) = 24+106+76=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #186A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A4C is #E795B3. Grayscale: #4E4E4E. Windows color (decimal): -15177140 or 5007896. OLE color: 5007896.

HSL color Cylindrical-coordinate representation of color #186A4C: hue angle of 158.05º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A4C is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB2410676-
CMYK0.7700.280.58
HSL158.05º63.08%25.49%-
HSV(B)158.05º77.36%41.57%-
XYZ6.8411.028.61-
YUV78.06126.8389.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=11.65%
G=51.46%
B=36.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106760.7700.280.58158.0563.0825.49
Hex186A4C4D01C3A9e3f19
Octal30152114115034722367731
Binary110001101010100110010011010111001110101001111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186A4C; }

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

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

<style>
 a { background-color: #186A4C; }

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

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

<style>
 span { border-color: #186A4C; }

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

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