#1a8883

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

Shades of Elm #1A8883

Tints of Elm #1A8883

Color information

#1A8883 (or 0x1A8883) is unknown color: approx Elm. HEX triplet: 1A, 88 and 83. RGB value is (26,136,131). Sum of RGB (Red+Green+Blue) = 26+136+131=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #1A8883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8883 is #E5777C. Grayscale: #666666. Windows color (decimal): -15038333 or 8620058. OLE color: 8620058.

HSL color Cylindrical-coordinate representation of color #1A8883: hue angle of 177.27º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8883 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB26136131-
CMYK0.8100.040.47
HSL177.27º67.9%31.76%-
HSV(B)177.27º80.88%53.33%-
XYZ13.3319.4724.53-
YUV102.54144.0673.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.87%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=8.87%
G=46.42%
B=44.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261361310.8100.040.47177.2767.931.76
Hex1A888351042Fb14420
Octal32210203121045726110440
Binary11010100010001000001110100010100101111101100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a8883; }

 p { color: rgb(26,136,131); }

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

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

 a { background-color: rgb(26,136,131); }

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

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

 span { border-color: rgb(26,136,131); }

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