#188D7C

Color #188D7C Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #188D7C

Tints of Elf Green #188D7C

Color information

#188D7C (or 0x188D7C) is unknown color: approx Elf Green. HEX triplet: 18, 8D and 7C. RGB value is (24,141,124). Sum of RGB (Red+Green+Blue) = 24+141+124=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #188D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188D7C is #E77283. Grayscale: #686868. Windows color (decimal): -15168132 or 8162584. OLE color: 8162584.

HSL color Cylindrical-coordinate representation of color #188D7C: hue angle of 171.28º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D7C is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB24141124-
CMYK0.8300.120.45
HSL171.28º70.91%32.35%-
HSV(B)171.28º82.98%55.29%-
XYZ13.5420.722.35-
YUV104.08139.2470.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 141 (55.47% from 255) = 48.79%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=8.30%
G=48.79%
B=42.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241411240.8300.120.45171.2870.9132.35
Hex188D7C530C2Dab4720
Octal302151741230145525310740
Binary11000100011011111100101001101100101101101010111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188D7C; }

 p { color: rgb(24,141,124); }

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

<style>
 a { background-color: #188D7C; }

 a { background-color: rgb(24,141,124); }

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

<style>
 span { border-color: #188D7C; }

 span { border-color: rgb(24,141,124); }

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