#186A4A

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

Shades of Jewel #186A4A

Tints of Jewel #186A4A

Color information

#186A4A (or 0x186A4A) is unknown color: approx Jewel. HEX triplet: 18, 6A and 4A. RGB value is (24,106,74). Sum of RGB (Red+Green+Blue) = 24+106+74=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #186A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A4A is #E795B5. Grayscale: #4D4D4D. Windows color (decimal): -15177142 or 4876824. OLE color: 4876824.

HSL color Cylindrical-coordinate representation of color #186A4A: hue angle of 156.59º 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 #186A4A is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB2410674-
CMYK0.7700.300.58
HSL156.59º63.08%25.49%-
HSV(B)156.59º77.36%41.57%-
XYZ6.77118.24-
YUV77.83125.8389.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 106 (41.80% from 255) = 51.96%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=11.76%
G=51.96%
B=36.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106740.7700.300.58156.5963.0825.49
Hex186A4A4D01E3A9d3f19
Octal30152112115036722357731
Binary110001101010100101010011010111101110101001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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