#188381

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

Shades of Elm #188381

Tints of Elm #188381

Color information

#188381 (or 0x188381) is unknown color: approx Elm. HEX triplet: 18, 83 and 81. RGB value is (24,131,129). Sum of RGB (Red+Green+Blue) = 24+131+129=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #188381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188381 is #E77C7E. Grayscale: #626262. Windows color (decimal): -15170687 or 8487704. OLE color: 8487704.

HSL color Cylindrical-coordinate representation of color #188381: hue angle of 178.88º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188381 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB24131129-
CMYK0.8200.020.49
HSL178.88º69.03%30.39%-
HSV(B)178.88º81.68%51.37%-
XYZ12.4618.0123.59-
YUV98.78145.0574.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=8.45%
G=46.13%
B=45.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241311290.8200.020.49178.8869.0330.39
Hex188381520231b3451e
Octal30203201122026126310536
Binary110001000001110000001101001001011000110110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188381; }

 p { color: rgb(24,131,129); }

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

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

 a { background-color: rgb(24,131,129); }

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

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

 span { border-color: rgb(24,131,129); }

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