#1B807C

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

Shades of Elm #1B807C

Tints of Elm #1B807C

Color information

#1B807C (or 0x1B807C) is unknown color: approx Elm. HEX triplet: 1B, 80 and 7C. RGB value is (27,128,124). Sum of RGB (Red+Green+Blue) = 27+128+124=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #1B807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B807C is #E47F83. Grayscale: #616161. Windows color (decimal): -14974852 or 8159259. OLE color: 8159259.

HSL color Cylindrical-coordinate representation of color #1B807C: hue angle of 177.62º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B807C is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB27128124-
CMYK0.7900.030.50
HSL177.62º65.16%30.39%-
HSV(B)177.62º78.91%50.2%-
XYZ11.8117.1321.75-
YUV97.34143.0477.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.68%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=9.68%
G=45.88%
B=44.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal271281240.7900.030.50177.6265.1630.39
Hex1B807C4F0332b2411e
Octal33200174117036226210136
Binary11011100000001111100100111101111001010110010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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