#1B8281

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

Shades of Elm #1B8281

Tints of Elm #1B8281

Color information

#1B8281 (or 0x1B8281) is unknown color: approx Elm. HEX triplet: 1B, 82 and 81. RGB value is (27,130,129). Sum of RGB (Red+Green+Blue) = 27+130+129=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8281 is #E47D7E. Grayscale: #626262. Windows color (decimal): -14974335 or 8487451. OLE color: 8487451.

HSL color Cylindrical-coordinate representation of color #1B8281: hue angle of 179.42º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8281 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB27130129-
CMYK0.7900.010.49
HSL179.42º65.61%30.78%-
HSV(B)179.42º79.23%50.98%-
XYZ12.417.7823.55-
YUV99.09144.8876.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.44%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=9.44%
G=45.45%
B=45.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271301290.7900.010.49179.4265.6130.78
Hex1B82814F0131b3421f
Octal33202201117016126310237
Binary11011100000101000000110011110111000110110011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,130,129); }

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

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

 a { background-color: rgb(27,130,129); }

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

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

 span { border-color: rgb(27,130,129); }

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