#186D4F

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

Shades of Jewel #186D4F

Tints of Jewel #186D4F

Color information

#186D4F (or 0x186D4F) is unknown color: approx Jewel. HEX triplet: 18, 6D and 4F. RGB value is (24,109,79). Sum of RGB (Red+Green+Blue) = 24+109+79=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #186D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186D4F is #E792B0. Grayscale: #505050. Windows color (decimal): -15176369 or 5205272. OLE color: 5205272.

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

Color convert

RGB2410979-
CMYK0.7800.280.57
HSL158.82º63.91%26.08%-
HSV(B)158.82º77.98%42.75%-
XYZ7.2611.79.27-
YUV80.16127.3487.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=11.32%
G=51.42%
B=37.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24109790.7800.280.57158.8263.9126.08
Hex186D4F4E01C399f401a
Octal301551171160347123710032
Binary1100011011011001111100111001110011100110011111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,109,79); }

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

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

 a { background-color: rgb(24,109,79); }

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

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

 span { border-color: rgb(24,109,79); }

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