#188B7C

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

Shades of Elf Green #188B7C

Tints of Elf Green #188B7C

Color information

#188B7C (or 0x188B7C) is unknown color: approx Elf Green. HEX triplet: 18, 8B and 7C. RGB value is (24,139,124). Sum of RGB (Red+Green+Blue) = 24+139+124=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #188B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188B7C is #E77483. Grayscale: #666666. Windows color (decimal): -15168644 or 8162072. OLE color: 8162072.

HSL color Cylindrical-coordinate representation of color #188B7C: hue angle of 172.17º 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 #188B7C is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB24139124-
CMYK0.8300.110.45
HSL172.17º70.55%31.96%-
HSV(B)172.17º82.73%54.51%-
XYZ13.2520.1122.25-
YUV102.9139.971.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.36%
GREEN value IS 139 (54.69% from 255) = 48.43%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=8.36%
G=48.43%
B=43.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241391240.8300.110.45172.1770.5531.96
Hex188B7C530B2Dac4720
Octal302131741230135525410740
Binary11000100010111111100101001101011101101101011001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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