#1B8C80

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

Shades of Elm #1B8C80

Tints of Elm #1B8C80

Color information

#1B8C80 (or 0x1B8C80) is unknown color: approx Elm. HEX triplet: 1B, 8C and 80. RGB value is (27,140,128). Sum of RGB (Red+Green+Blue) = 27+140+128=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #1B8C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8C80 is #E4737F. Grayscale: #686868. Windows color (decimal): -14971776 or 8424475. OLE color: 8424475.

HSL color Cylindrical-coordinate representation of color #1B8C80: hue angle of 173.63º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8C80 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB27140128-
CMYK0.8100.090.45
HSL173.63º67.66%32.75%-
HSV(B)173.63º80.71%54.9%-
XYZ13.7320.5523.66-
YUV104.84141.0672.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=9.15%
G=47.46%
B=43.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271401280.8100.090.45173.6367.6632.75
Hex1B8C8051092Dae4421
Octal332142001210115525610441
Binary110111000110010000000101000101001101101101011101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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