#1B8980

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

Shades of Elm #1B8980

Tints of Elm #1B8980

Color information

#1B8980 (or 0x1B8980) is unknown color: approx Elm. HEX triplet: 1B, 89 and 80. RGB value is (27,137,128). Sum of RGB (Red+Green+Blue) = 27+137+128=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #1B8980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8980 is #E4767F. Grayscale: #676767. Windows color (decimal): -14972544 or 8423707. OLE color: 8423707.

HSL color Cylindrical-coordinate representation of color #1B8980: hue angle of 175.09º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8980 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB27137128-
CMYK0.8000.070.46
HSL175.09º67.07%32.16%-
HSV(B)175.09º80.29%53.73%-
XYZ13.2919.6823.52-
YUV103.08142.0673.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.25%
GREEN value IS 137 (53.91% from 255) = 46.92%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=9.25%
G=46.92%
B=43.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal271371280.8000.070.46175.0967.0732.16
Hex1B898050072Eaf4320
Octal33211200120075625710340
Binary11011100010011000000010100000111101110101011111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,137,128); }

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

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

 a { background-color: rgb(27,137,128); }

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

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

 span { border-color: rgb(27,137,128); }

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