#1F8B80

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

Shades of Elm #1F8B80

Tints of Elm #1F8B80

Color information

#1F8B80 (or 0x1F8B80) is unknown color: approx Elm. HEX triplet: 1F, 8B and 80. RGB value is (31,139,128). Sum of RGB (Red+Green+Blue) = 31+139+128=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8B80 is #E0747F. Grayscale: #696969. Windows color (decimal): -14709888 or 8424223. OLE color: 8424223.

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

Color convert

RGB31139128-
CMYK0.7800.080.45
HSL173.89º63.53%33.33%-
HSV(B)173.89º77.7%54.51%-
XYZ13.6920.3223.62-
YUV105.45140.7274.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.40%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=10.40%
G=46.64%
B=42.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311391280.7800.080.45173.8963.5333.33
Hex1F8B804E082Dae4021
Octal372132001160105525610041
Binary111111000101110000000100111001000101101101011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,139,128); }

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

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

 a { background-color: rgb(31,139,128); }

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

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

 span { border-color: rgb(31,139,128); }

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