#186B4B

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

Shades of Jewel #186B4B

Tints of Jewel #186B4B

Color information

#186B4B (or 0x186B4B) is unknown color: approx Jewel. HEX triplet: 18, 6B and 4B. RGB value is (24,107,75). Sum of RGB (Red+Green+Blue) = 24+107+75=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #186B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186B4B is #E794B4. Grayscale: #4E4E4E. Windows color (decimal): -15176885 or 4942616. OLE color: 4942616.

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

Color convert

RGB2410775-
CMYK0.7800.300.58
HSL156.87º63.36%25.69%-
HSV(B)156.87º77.57%41.96%-
XYZ6.911.228.46-
YUV78.5412689.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 107 (42.19% from 255) = 51.94%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=11.65%
G=51.94%
B=36.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24107750.7800.300.58156.8763.3625.69
Hex186B4B4E01E3A9d3f1a
Octal30153113116036722357732
Binary110001101011100101110011100111101110101001110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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