#1B8280

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

Shades of Elm #1B8280

Tints of Elm #1B8280

Color information

#1B8280 (or 0x1B8280) is unknown color: approx Elm. HEX triplet: 1B, 82 and 80. RGB value is (27,130,128). Sum of RGB (Red+Green+Blue) = 27+130+128=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8280 is #E47D7F. Grayscale: #626262. Windows color (decimal): -14974336 or 8421915. OLE color: 8421915.

HSL color Cylindrical-coordinate representation of color #1B8280: hue angle of 178.83º 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 #1B8280 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB27130128-
CMYK0.7900.020.49
HSL178.83º65.61%30.78%-
HSV(B)178.83º79.23%50.98%-
XYZ12.3317.7623.2-
YUV98.98144.3876.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.47%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=9.47%
G=45.61%
B=44.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271301280.7900.020.49178.8365.6130.78
Hex1B82804F0231b3421f
Octal33202200117026126310237
Binary110111000001010000000100111101011000110110011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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