#1B8A80

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

Shades of Elm #1B8A80

Tints of Elm #1B8A80

Color information

#1B8A80 (or 0x1B8A80) is unknown color: approx Elm. HEX triplet: 1B, 8A and 80. RGB value is (27,138,128). Sum of RGB (Red+Green+Blue) = 27+138+128=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8A80 is #E4757F. Grayscale: #676767. Windows color (decimal): -14972288 or 8423963. OLE color: 8423963.

HSL color Cylindrical-coordinate representation of color #1B8A80: hue angle of 174.59º 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 #1B8A80 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB27138128-
CMYK0.8000.070.46
HSL174.59º67.27%32.35%-
HSV(B)174.59º80.43%54.12%-
XYZ13.4419.9723.57-
YUV103.67141.7373.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.22%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=9.22%
G=47.10%
B=43.69%

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
Decimal271381280.8000.070.46174.5967.2732.35
Hex1B8A8050072Eaf4320
Octal33212200120075625710340
Binary11011100010101000000010100000111101110101011111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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