#188380

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

Shades of Elm #188380

Tints of Elm #188380

Color information

#188380 (or 0x188380) is unknown color: approx Elm. HEX triplet: 18, 83 and 80. RGB value is (24,131,128). Sum of RGB (Red+Green+Blue) = 24+131+128=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #188380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188380 is #E77C7F. Grayscale: #626262. Windows color (decimal): -15170688 or 8422168. OLE color: 8422168.

HSL color Cylindrical-coordinate representation of color #188380: hue angle of 178.32º 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 #188380 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB24131128-
CMYK0.8200.020.49
HSL178.32º69.03%30.39%-
HSV(B)178.32º81.68%51.37%-
XYZ12.3917.9923.24-
YUV98.66144.5574.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=8.48%
G=46.29%
B=45.23%

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
Decimal241311280.8200.020.49178.3269.0330.39
Hex188380520231b2451e
Octal30203200122026126210536
Binary110001000001110000000101001001011000110110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188380; }

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

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

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

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

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

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

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

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