#188680

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

Shades of Elm #188680

Tints of Elm #188680

Color information

#188680 (or 0x188680) is unknown color: approx Elm. HEX triplet: 18, 86 and 80. RGB value is (24,134,128). Sum of RGB (Red+Green+Blue) = 24+134+128=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #188680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188680 is #E7797F. Grayscale: #646464. Windows color (decimal): -15169920 or 8422936. OLE color: 8422936.

HSL color Cylindrical-coordinate representation of color #188680: hue angle of 176.73º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188680 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB24134128-
CMYK0.8200.040.47
HSL176.73º69.62%30.98%-
HSV(B)176.73º82.09%52.55%-
XYZ12.818.823.38-
YUV100.43143.5673.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.39%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=8.39%
G=46.85%
B=44.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241341280.8200.040.47176.7369.6230.98
Hex18868052042Fb1461f
Octal30206200122045726110637
Binary1100010000110100000001010010010010111110110001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188680; }

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

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

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

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

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

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

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

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