#186C4B

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

Shades of Jewel #186C4B

Tints of Jewel #186C4B

Color information

#186C4B (or 0x186C4B) is unknown color: approx Jewel. HEX triplet: 18, 6C and 4B. RGB value is (24,108,75). Sum of RGB (Red+Green+Blue) = 24+108+75=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #186C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186C4B is #E793B4. Grayscale: #4F4F4F. Windows color (decimal): -15176629 or 4942872. OLE color: 4942872.

HSL color Cylindrical-coordinate representation of color #186C4B: hue angle of 156.43º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186C4B is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB2410875-
CMYK0.7800.310.58
HSL156.43º63.64%25.88%-
HSV(B)156.43º77.78%42.35%-
XYZ7.0111.438.49-
YUV79.12125.6788.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 108 (42.58% from 255) = 52.17%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=11.59%
G=52.17%
B=36.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24108750.7800.310.58156.4363.6425.88
Hex186C4B4E01F3A9c401a
Octal301541131160377223410032
Binary1100011011001001011100111001111111101010011100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,108,75); }

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

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

 a { background-color: rgb(24,108,75); }

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

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

 span { border-color: rgb(24,108,75); }

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